build69
build69  /  Components  /  App  /  ListPage

ListPage

v1.0.37Updated 4 Sept 2026

Composed example list page: PageHead + FilterBar + DataTable + ListMeta. Reference for any "browse records" page.

Preview

Live · 7 stories
DefaultOpen ↗
Why this is recommendedpagelistexampledata+1

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

Recommended for+14
  • Reference for invoices, customers, products, etc. list pages
Tags+6
pagelistexampledatadefault
Features+4
  • PageHead with primary CTA
  • FilterBar
  • DataTable with selection
  • Bulk actions
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: "ListPage" })

Usage

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

<ListPage />

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

Related