Guides
Getting Started
Install Colander and start building accessible calendar components.
Installation
npm install @klinking/colander @js-temporal/polyfillBasic Usage
Colander provides two calendar views that share state via CalendarProvider:
- MonthView — Traditional month grid
- WeeksView — Continuous scrolling weeks
Quick Example
// Example not found: basic-calendar.tsx