Menu
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
01Overview
02Properties
PropTypeDefault
monthDateselected ?? today
selectedDate | null
onSelect(date: Date) => void
03Accessibility
  • 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.