CalendarFooterProps

Defines the context passed to a custom Calendar footer template.

Props

The following table outlines the props for the CalendarFooterProps:

NameTypeDefaultDescription
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 true, all footer interactions are disabled.

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.