Props & events
Attributes & behavior classes
Day state — plain, .date-picker-day-outside, .date-picker-day-today, .is-selected, and the native disabled attribute — is independently combinable on the same button; your own script applies these classes in response to clicks.
| Attribute / class | Purpose |
|---|---|
disabled | Greys out and blocks unselectable/outside days |
aria-label (on nav buttons) | Describes the previous/next month controls |
Events
FlickUI ships no JavaScript for this component — month navigation and day selection are entirely up to the consuming page.
This component is purely presentational — it emits no JavaScript events.