build69
build69  /  Components  /  App  /  KanbanPage

KanbanPage

v1.0.20Updated 27 Aug 2026

Composed example board page: PageHead + FilterBar + Kanban. Reference for any pipeline board.

Preview

Live · 8 stories
DefaultOpen ↗
Why this is recommendedpagekanbanboardexample+1

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

Recommended for+14
  • Reference for task pipelines, sales boards
Tags+6
pagekanbanboardexampledefault
Features+4
  • PageHead with view switcher
  • FilterBar
  • Full-height Kanban
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: "KanbanPage" })

Usage

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

<KanbanPage />

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 — KanbanPage is composed rather than configured. See the source for its full signature.

Related