Classes list

Every class Date picker recognizes, straight from the @flickui/css source.

ClassPurpose
.date-pickerBase wrapper — required
.date-picker-headerMonth title + navigation row
.date-picker-titleThe visible month/year label; also read on init to seed the starting month
.date-picker-navPrevious/next month — the first found is treated as "previous", the second as "next"
.date-picker-gridThe <table> of weekdays and days — flickui.js rebuilds its <tbody> on init and on every change
.date-picker-dayOne day button (JS-generated)
.date-picker-day-outsideDims a day belonging to the adjacent month (not clickable)
.date-picker-day-todayRings the real current date
.is-selectedHighlights the chosen date (managed by flickui.js)