build69
build69  /  Components  /  App  /  DashboardPage

DashboardPage

v1.0.39Updated 4 Sept 2026

Composed example dashboard: StatCard row, two-column charts + activity, recent records table. Reference for building your own dashboard.

Preview

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

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

Recommended for+14
  • Reference for assembling KPI dashboards
Tags+6
pagedashboardexamplestatsdefault
Features+4
  • StatCard row at top
  • Sparkline-driven charts column
  • Activity / Timeline column
  • Recent records DataTable
Not recommended for−2
  • Direct embedding — clone and customise instead

Install

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

get_registry_item({ name: "DashboardPage" })

Usage

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

<DashboardPage />

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

Related