Statistic
Statistic is a larger, more prominent version of Metric, designed for key numbers that deserve visual weight.
Basic Usage
<Statistic
label="Total Requests"
value="1.24M"
description="Last 30 days"
/>
Total Requests
1.24M
Last 30 days
With Icon
<Statistic
label="Active Nodes"
value="47"
icon="🖥️"
description="Across 3 regions"
/>
Active Nodes
47
Across 3 regions
Props
| Prop | Type | Default | Description |
|---|---|---|---|
label | string | — | Label above the value |
value | string | — | Large main number / value |
description | string | — | Supporting text below value |
icon | ReactNode | — | Optional icon |
Best Practices
- Use 1–3 Statistics per section for maximum impact
- Pair with Metric for supporting smaller KPIs
- Excellent inside
Cardfor dashboard panels
Related Components
- Metric — More compact KPI display
- Card — Primary container for statistics
Next: Timeline →