Installation
Examples
Default calendar
Navigate months with prev/next arrows.
March 2026
Su
Mo
Tu
We
Th
Fr
Sa
API Reference
| Prop | Type | Default | Description |
|---|---|---|---|
| value | Date | — | Currently selected date. |
| onChange | (d: Date) => void | — | Called when a date is clicked. |
| minDate | Date | — | Earliest selectable date. |
| maxDate | Date | — | Latest selectable date. |
| highlightedDates | Date[] | [] | Additional dates to highlight with a dot. |