Calendar
Basic
The Calendar component is used for selecting dates. It supports various customization options.
The basic usage of the Calendar component involves binding a data property using the v-model directive. This directive automatically syncs the calendar value with the specified data property, allowing for two-way data binding.
Additional Parameters
The paramsDatePicker prop allows you to specify additional parameters for date picker behavior and formatting. It accepts an object with various configuration options.
AutoFocus
The autoFocus prop automatically focuses the calendar input on mount.
Prevent Closing
The isNotCloseOnDateChange prop prevents the calendar from closing when a date is selected.
Fix Window Position
The paramsFixWindow prop allows you to configure the calendar window's positioning behavior.
Custom CSS
Class for Data Picker
The classDataPicker prop allows you to apply custom CSS classes to the data picker element.
Class for Calendar Picker
The classPicker prop allows you to apply custom CSS classes to the calendar picker element.
Class for Displayed Date Text
The classDateText prop allows you to apply custom CSS classes to the displayed date text.