build69
build69  /  Components  /  App  /  CalendarView

CalendarView

v1.0.13Updated 27 Aug 2026

Calendar page — month, week, day-agenda, scheduler and team-availability layouts. Full-page copy-paste template; baked-in demo content (edit the JSX to customise).

Preview

Live · 16 stories
Month ViewOpen ↗
Why this is recommendedcalendarscheduleeventsagenda+4

CalendarView — month view.

Recommended for+14
  • Calendar / scheduling screens
  • In-app planners
Tags+6
calendarscheduleeventsagendaapppagemonthview
Features+4
  • Month, week, day-agenda, scheduler and team-availability layouts
  • Event detail / booking-slots / empty variants
  • Self-contained — no required props
Not recommended for−2
  • Public event listings (use Events)

Install

Ask your agent, or call the MCP tool directly. The resolved bundle is written into your project.

get_registry_item({ name: "CalendarView" })

Usage

import { CalendarMonthView } from '@/components/pages/calendar';

<CalendarMonthView />

Tick variants in the left menu — each adds a tab with that variant’s real story source, the same code the preview above renders.

Props

PropTypeRequired
className

Optional wrapper class override (copy-paste block, baked-in content)

string

Related