Classes list
Every class Date picker recognizes, straight from the @flickui/css source.
| Class | Purpose |
|---|---|
.date-picker | Base wrapper — required |
.date-picker-header | Month title + navigation row |
.date-picker-title | The visible month/year label; also read on init to seed the starting month |
.date-picker-nav | Previous/next month — the first found is treated as "previous", the second as "next" |
.date-picker-grid | The <table> of weekdays and days — flickui.js rebuilds its <tbody> on init and on every change |
.date-picker-day | One day button (JS-generated) |
.date-picker-day-outside | Dims a day belonging to the adjacent month (not clickable) |
.date-picker-day-today | Rings the real current date |
.is-selected | Highlights the chosen date (managed by flickui.js) |