Single
Su
Mo
Tu
We
Th
Fr
Sa
Range
Su
Mo
Tu
We
Th
Fr
Sa
Multiple
Su
Mo
Tu
We
Th
Fr
Sa
Installation
CLI
Install the component using the StarUI CLI:
star add calendarExamples
Date Range Selection
Select a start and end date for booking or filtering
Su
Mo
Tu
We
Th
Fr
Sa
Range:
Multiple Date Selection
Select multiple individual dates for scheduling or events
Su
Mo
Tu
We
Th
Fr
Sa
Selected:
API Reference
Props
| Prop | Type | Default | Description |
|---|---|---|---|
mode |
Literal['single', 'range', 'multiple'] |
'single' |
Selection mode for the calendar |
selected |
str | list[str] | None |
None |
Initially selected date(s) |
month |
int | None |
None |
Starting month (1-12) |
year |
int | None |
None |
Starting year |
disabled |
bool |
False |
Whether calendar is disabled |
signal |
str | None |
None |
Custom signal prefix for the calendar |
cls |
str |
'' |
Additional CSS classes |