CalendarFooter
Overview
A chin below Calendar / RangeCalendar that surfaces a range summary label and apply / clear actions. The default slot replaces the layout entirely; the named summary slot fills the leading mono summary line and actions fills the trailing button row.
Theme entry: CalendarFooter
Props
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| themeOverride | String|Object|Array | null | A partial theme object merged with the component's default theme; accepts a class string, class array, or theme object. | |
| class | import('vue').HTMLAttributes['class'] | undefined | Additional CSS classes to apply to the root element. |
Slots
| Name | Scoped | Description |
|---|---|---|
default | ||
summary | summary Leading mono summary label, typically the selected range and its day count. | |
actions | actions Trailing button row, typically apply / clear. |
Source
client/lib/controls/calendar/CalendarFooter.vue