Calendar
A calendar component for selecting single dates, multiple dates or date ranges.
Based on Reka UI Calendar
Key Props
multiple: to allow multiple selections.range: to select a range of dates.color: to change the color of the calendar.variant: to change the variant of the calendar.size: to change the size of the calendar.disabled: to disable the calendar.numberOfMonths: to change the number of months in the calendar.weekNumbers: to display week numbers (v4.4+).
Usage
<UCalendar
<!-- props here -->
/>