Website / Calendar
Schedule
Shows events as a chronological agenda.
Live example
Select an event to inspect it.
Interactive preview using local sample data. Styling is intentionally left to the consuming project.
Usage
// Schedule usage will be documented here.Adopt to your project
This Website → Calendar → Schedule component provides a neutral structural starting point. Adapt local visual presentation through documented props and className without changing its semantic purpose.
Accessibility
Group events by date with meaningful heading structure.
API reference
| API focus |
|---|
| Event data, time labels, empty-day behavior, timezone formatting. |
The preview uses safe local sample data. Check the exported TypeScript types before adapting it to project data.
Installation
Full library
pnpm install:project /absolute/path/to/your-project
Planned guided selection
Website → Calendar → Schedule