DashboardHeader
patternPage header with breadcrumb navigation, page title with icon action buttons, and a row of stat cards with trend chips. Composes Breadcrumb, Text, Row, Stack, Card, Chip, Button, and Tooltip.
Dashboard header with stats
Breadcrumb, title with actions, and four stat cards with trend chips.
Usage
Installation
API Reference
DashboardHeader props — * required
| Prop | Type | Default | Description |
|---|---|---|---|
Breadcrumb | component | — | Navigation trail (e.g. Home > Dashboard). |
Text | component | — | Page title and stat labels/values. |
Button | component | — | Action buttons (Export, New report). |
Card | component | — | Stat cards for key metrics. |
Chip | component | — | Trend indicators (+12%, -3%). |
Row | component | — | Horizontal layout for title row and stat cards. |
Stack | component | — | Vertical layout for the full header. |