Usage
Default (Range)
The modal date picker allows range selection by default.
vue
Single Date
Set is-range to false to allow only single date selection.
vue
Allowed Dates
Use the allowed-dates prop to restrict user selection to a fixed set of dates or a specific date range. All other dates will appear disabled.
vue