CalendarFooterProps
Defines the context passed to a custom Calendar footer template.
Props
The following table outlines the props for the CalendarFooterProps:
| Name | Type | Default | Description |
|---|---|---|---|
| className | string | - | Specifies an optional CSS class to apply to the footer container. This is useful for reusing styling in a custom template. |
| disabled | boolean | false | When |
| onTodayClick | (e: React.SyntheticEvent) => void | - | Specifies the handler invoked when the 'Today' button is clicked. |
| todayLabel | string | "Today" | Specifies the label used for the button that selects the current date. |