Components / Date chooser

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 / EventTypeDefaultDescription
modelValueDate | String | NumbernullThe selected date. Used with v-model.
placeholderString"Pick a date"Placeholder text when no date is picked.
disabledBooleanfalseWhether the date chooser is disabled.
@update:modelValueEventEmitted with an ISO date string.
@changeEventEmitted with the ISO date string on selection.