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 |
.date-picker-nav | Previous/next month buttons |
.date-picker-grid | The <table> of weekdays and days |
.date-picker-day | One day button |
.date-picker-day-outside | Dims a day belonging to the adjacent month |
.date-picker-day-today | Rings the current date |
.is-selected | Highlights the chosen date |