calendarAttributes | object | Custom attributes for the calendar. |
calendarClasses | string | Array | object | Custom classes for the calendar. |
closeOnChange | boolean | Close the calendar when the value changes. |
customAttributes | object | Custom attributes for the component. |
customClasses | string | Array | object | Custom classes for the component. |
id | string | The id for the component. |
onAfterClose | function | The after close event handler. |
onAfterOpen | function | The after open event handler. |
onClose | function | The close event handler. |
onOpen | function | The open event handler. |
onResetClick | function | The click event handler for the reset button. |
onTodayClick | function | The click event handler for the today button. |
resetAttributes | object | Custom attributes for the reset button. |
resetClasses | string | Array | object | Custom classes for the reset button. |
showResetButton | boolean | Whether to show the reset button or not. |
showTodayButton | boolean | Whether to show the today button or not. |
spacing | string | number | Array | object | The spacing for the component, as a string, number, array, or object. |
todayAttributes | object | Custom attributes for the today button. |
todayClasses | string | Array | object | Custom classes for the today button. |
triggerAttributes | object | Custom attributes for the trigger button. |
triggerClasses | string | Array | object | Custom classes for the trigger button. |
withTrigger | boolean | Whether to show the trigger button or not. |