Props & events

Attributes & behavior classes

Leave <tbody> empty (or omit it) — flickui.js builds the full month grid on init. Day state (.date-picker-day-outside/-today, .is-selected) is managed automatically; there are no color/size/style modifiers on .date-picker itself. Outside days are rendered but intentionally not clickable, and navigating months doesn't clear the current selection.

Attribute / classPurpose
aria-label (on nav buttons)Describes the previous/next month controls

Events

flickui.js owns rendering, month navigation, and day selection entirely — no author script required for the basic case.

EventDescription
flick:changeFired when a day is selected; detail.date is a real Date object.