Application Dashboard
Operational dashboard composed from a page header, KPI rail, chart grid, and activity timeline.
Install and integrate
Data comes from this site's registry vv0.56.1, the same source consumed by the shadcn CLI.
bash
npx shadcn@latest add https://hulianui.haloritual.com/r/page-dashboard.json- Recursive install4 blocks
- Chart Dashboardblock-chart-grid
- Data Tableblock-data-table
- KPI Railblock-kpi-rail
- Page Headerblock-page-header
The CLI writes these blocks into your project before writing the source for this page.
- Files written1 files
components/hulianui/pages/dashboard.tsx
- Required providers
ThemeProvider- Required replacements
None. The source contains no sample content that must be replaced.
- Replaceable slots
chart-griddata-tablekpi-railpage-header- npm dependencies
No additional dependencies.
Verify the installation
The guard checks these target files against executable convention rules and exits non-zero for error-level violations.
bash
npx -y @hulianui/guard components/hulianui/pages/dashboard.tsx