# super-calendar ## Docs - [super-calendar](https://afonsojramos-claude-issues-54-55-0b0zaz.mintlify.site/index.md): A gesture-driven, virtualized calendar for React Native and the web. - [Why super-calendar](https://afonsojramos-claude-issues-54-55-0b0zaz.mintlify.site/why.md): What super-calendar is for, and how it compares to other React and React Native calendars. - [Quickstart](https://afonsojramos-claude-issues-54-55-0b0zaz.mintlify.site/quickstart.md): Install the calendar and render your first view. - [Live demo](https://afonsojramos-claude-issues-54-55-0b0zaz.mintlify.site/demo.md): Both renderers, running live on the web. - [Comparison](https://afonsojramos-claude-issues-54-55-0b0zaz.mintlify.site/comparison.md): How super-calendar compares to other React Native calendar libraries, feature by feature. - [Migrating from react-native-big-calendar](https://afonsojramos-claude-issues-54-55-0b0zaz.mintlify.site/migrating-from-big-calendar.md): A copy-paste prompt (and manual mapping) to move an app from react-native-big-calendar. - [Migrating from calendar-kit](https://afonsojramos-claude-issues-54-55-0b0zaz.mintlify.site/migrating-from-calendar-kit.md): Move a React Native app from @howljs/calendar-kit to super-calendar, with an agent prompt and a concept map. - [Coming from FullCalendar](https://afonsojramos-claude-issues-54-55-0b0zaz.mintlify.site/coming-from-fullcalendar.md): A concept map for porting a FullCalendar app to super-calendar, on React Native or the web. - [Coming from react-big-calendar](https://afonsojramos-claude-issues-54-55-0b0zaz.mintlify.site/coming-from-react-big-calendar.md): A concept map for porting a react-big-calendar app to super-calendar, on the web or React Native. - [Views & modes](https://afonsojramos-claude-issues-54-55-0b0zaz.mintlify.site/guides/views.md): Every surface the calendar can render, and the mode prop that picks one. - [Month view](https://afonsojramos-claude-issues-54-55-0b0zaz.mintlify.site/guides/month-view.md): The month grid, event chip fitting, overflow, and month paging. - [Year view](https://afonsojramos-claude-issues-54-55-0b0zaz.mintlify.site/guides/year-view.md): The twelve-month year grid, with a dot under days that hold events. - [Time grid](https://afonsojramos-claude-issues-54-55-0b0zaz.mintlify.site/guides/time-grid.md): The week, day, 3-day, and custom hour-by-hour views. - [Schedule](https://afonsojramos-claude-issues-54-55-0b0zaz.mintlify.site/guides/schedule.md): The vertical, day-grouped agenda list. - [Month list](https://afonsojramos-claude-issues-54-55-0b0zaz.mintlify.site/guides/month-list.md): A vertically-scrolling, continuous list of months (the date picker). - [Resource timeline](https://afonsojramos-claude-issues-54-55-0b0zaz.mintlify.site/guides/resource-timeline.md): A one-day timeline with a lane per resource (room, person, machine), horizontal or vertical. - [Date & range picker](https://afonsojramos-claude-issues-54-55-0b0zaz.mintlify.site/guides/date-picker.md): Shipped DatePicker and DateRangePicker inputs, or compose your own on the web. - [Custom events](https://afonsojramos-claude-issues-54-55-0b0zaz.mintlify.site/guides/events.md): Type your events and render them your way. - [Drag, resize & create events](https://afonsojramos-claude-issues-54-55-0b0zaz.mintlify.site/guides/dragging.md): Move, resize, reschedule across days, and create events by dragging. - [Recurring events](https://afonsojramos-claude-issues-54-55-0b0zaz.mintlify.site/guides/recurring-events.md): Expand recurrence rules into concrete occurrences. - [Time zones](https://afonsojramos-claude-issues-54-55-0b0zaz.mintlify.site/guides/time-zones.md): Display events in a specific time zone, DST-correct. - [iCalendar (.ics) import & export](https://afonsojramos-claude-issues-54-55-0b0zaz.mintlify.site/guides/ical.md): Read and write RFC 5545 .ics files so events interoperate with Google, Apple, and Outlook. - [Theming](https://afonsojramos-claude-issues-54-55-0b0zaz.mintlify.site/guides/theming.md): Colors, typography, dark mode, and business hours. - [Styling with Tailwind & CSS](https://afonsojramos-claude-issues-54-55-0b0zaz.mintlify.site/guides/styling.md): Restyle any part of the calendar with per-slot classes and inline styles, on the web and on React Native. - [Date selection](https://afonsojramos-claude-issues-54-55-0b0zaz.mintlify.site/guides/selection.md): Single, multiple, and range date selection with drag and disabled days. - [Accessibility](https://afonsojramos-claude-issues-54-55-0b0zaz.mintlify.site/guides/accessibility.md): Screen-reader labels and actions, keyboard navigation, and reduced motion. - [react-dom renderer](https://afonsojramos-claude-issues-54-55-0b0zaz.mintlify.site/guides/dom.md): A pure react-dom calendar with no React Native runtime, from @super-calendar/dom. - [React Native on the web](https://afonsojramos-claude-issues-54-55-0b0zaz.mintlify.site/guides/web.md): Run the React Native package in the browser with react-native-web. - [Headless core](https://afonsojramos-claude-issues-54-55-0b0zaz.mintlify.site/guides/headless.md): Build a fully custom calendar from @super-calendar/core's pure logic. - [dom vs native](https://afonsojramos-claude-issues-54-55-0b0zaz.mintlify.site/reference/renderers.md): How the react-dom and React Native renderers compare, feature by feature. - [API reference](https://afonsojramos-claude-issues-54-55-0b0zaz.mintlify.site/reference/api.md): The main Calendar props and the package's exports.