Guides

Getting Started

Install Colander and start building accessible calendar components.

Installation

npm install @klinking/colander @js-temporal/polyfill

Basic 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