build69
build69  /  Components  /  App  /  BoardsPage

BoardsPage

v1.0.13Updated 27 Aug 2026

Composed example workspace-home page: PageHead + starred board cards with mini column previews + workspace-grouped board grids + collapsed recently-closed rail. Reference for any boards/projects directory screen.

Preview

Live · 5 stories
DefaultOpen ↗
Why this is recommendedpageboardsworkspacehome+4

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

Recommended for+14
  • Reference for a Kanban app landing screen
  • Boards / projects / spaces directory pages
Tags+6
pageboardsworkspacehomekanbandirectoryexampledefault
Features+4
  • Starred rail of rich board cards with mini 3-column previews
  • Member avatars + last-activity line per board
  • Boards grouped by workspace with dashed Create-board tiles
  • Collapsible Recently-closed section with reopen links
  • First-run empty state via the empty prop
Not recommended for−2
  • Direct embedding
  • A single board column view (use KanbanPage)

Install

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

get_registry_item({ name: "BoardsPage" })

Usage

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

<BoardsPage />

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

Related