Calendar

Website / Calendar

MonthView

Presents one month in a date grid.

Live example

Interactive preview using local sample data. Styling is intentionally left to the consuming project.

Usage

// MonthView usage will be documented here.

Adopt to your project

This Website → Calendar → MonthView component provides a neutral structural starting point. Adapt local visual presentation through documented props and className without changing its semantic purpose.

Accessibility

Maintain usable labels and focus movement across calendar cells.

API reference

API focus
Visible month, week start, outside days, selected/today states.

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 → MonthView