Month-view calendar with availability dots, date constraints, and navigation.
| Prop | Type | Default | Description |
|---|---|---|---|
onSelect | (date: Date) => void | - | Date selection callback |
getAvailability | (start, end) => Promise | - | Load availability data |
isDateEnabled | (date: Date) => boolean | - | Custom date filtering |
maxDaysInAdvance | number | 90 | Max future days |
weekdaysOnly | boolean | true | Disable weekends |
accentColor | string | "primary" | DaisyUI color name |