Date Chooser
A robust calendar picker supporting native date structures and exact hit areas according to Fitt's law.
Basic Month Grid
Generates an accurate 7x6 popover. Automatically extracts ISO formatting. Arrow keys to navigate months.
Selected ISO: None
Disabled
When date choice is locked out.
MayaDateChooser Props API
| Prop / Event | Type | Default | Description |
|---|---|---|---|
modelValue | Date | String | Number | null | The selected date. Used with v-model. |
placeholder | String | "Pick a date" | Placeholder text when no date is picked. |
disabled | Boolean | false | Whether the date chooser is disabled. |
@update:modelValue | Event | — | Emitted with an ISO date string. |
@change | Event | — | Emitted with the ISO date string on selection. |