build69
build69  /  Components  /  App  /  CardDetailPage

CardDetailPage

v1.0.11Updated 27 Aug 2026

Trello-parity card back (the 2024+ two-column redesign) — cover, checklists, activity and sidebar actions over a dimmed board. Full-page copy-paste template; baked-in demo content (edit the JSX to customise).

Preview

Live · 6 stories
DefaultOpen ↗
Why this is recommendedpagetrellocardtask+5

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

Recommended for+14
  • Card detail modals for boards
  • Trello-style task management
Tags+6
pagetrellocardtaskdetailchecklistkanbanexampledefault
Features+4
  • Cover + close
  • Quick-add action chips
  • Checklist with progress %
  • Circle checkboxes
  • Comments & activity column
Not recommended for−2
  • Full-page issue tracking (use IssueDetailPage)

Install

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

get_registry_item({ name: "CardDetailPage" })

Usage

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

<CardDetailPage />

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

Related