build69
build69  /  Components  /  App  /  CalendarPage

CalendarPage

v1.0.20Updated 27 Aug 2026

Composed example calendar page using BuildCalendar at full height with a sidebar of calendars.

Preview

Live · 6 stories
DefaultOpen ↗
Why this is recommendedpagecalendarscheduleexample+1

The default, out-of-the-box CalendarPage.

Recommended for+14
  • Reference for scheduling apps
Tags+6
pagecalendarscheduleexampledefault
Features+4
  • Sidebar of calendar sources
  • Full-height BuildCalendar
  • View switcher in header
Not recommended for−2
  • Direct embedding

Install

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

get_registry_item({ name: "CalendarPage" })

Usage

import { CalendarPage } from '@/components/pages/CalendarPage';

<CalendarPage />

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

No documented props — CalendarPage is composed rather than configured. See the source for its full signature.

Related