Sidera/Components/Calendar
Calendar
A calendar shows a full month at a glance and lets people pick a single date — the foundation for a date picker or a booking flow.
CategoryForms
StatusStable
01 —Overview
02 —Properties
PropTypeDefault
monthDateselected ?? today
selectedDate | null—
onSelect(date: Date) => void—
03 —Accessibility
- Every day and the month-navigation controls are real, focusable buttons.
- Today is marked with a hairline ring; the selected day fills with the primary color.
- Renders identically on server and client, then fills in "today" post-mount to avoid a date-based hydration mismatch.