Components/Calendar
Calendar
Month-grid date picker with keyboard navigation, min/max bounds, and today highlighting.
August 2026
Su
Mo
Tu
We
Th
Fr
Sa
Installation
npx ajaxui add calendarProps
| Prop | Type | Default | Description |
|---|---|---|---|
| value | Date | - | - |
| defaultValue | Date | - | - |
| onValueChange | (date: Date) => void | - | - |
| min | Date | - | - |
| max | Date | - | - |
| showToday | boolean | true | - |