Forms
Calendar
Full-featured date selection and calendar view with native mobile sheets.
Trip Planner (Range)
A comprehensive example for booking systems. Features a top-mounted range label, responsive width, and date constraints (minDate/maxDate).
Trip Planner
Select your departure and return dates.
Available for next 3 months only
May 26 - Jun 2
Su
Mo
Tu
We
Th
Fr
Sa
Check-in
5/26/2026
Check-out
6/2/2026
Single Selection
Standard calendar for picking a specific date. Fully responsive and keyboard-friendly.
Su
Mo
Tu
We
Th
Fr
Sa
Properties
| Prop | Type | Default | Description |
|---|---|---|---|
mode | CalendarMode | 'single' | Selection behavior mode (single or multiple dates) |
selected | Date | [Date | null, Date | null] | — | Controlled date selection value |
onSelect | (date: Date | [Date | null, Date | null]) => void | — | Callback function triggered when selecting dates |
defaultDate | Date | — | Configures the defaultDate option |
minDate | Date | — | Minimum selectable date constraint |
maxDate | Date | — | Maximum selectable date constraint |