Sections
Stats
Display key metrics and numbers.
The Stats component displays a grid of key statistics, perfect for social proof or highlighting achievements.
Usage
{/* Stats demo (component not bundled) */}
Example
Props
Stats
| Prop | Type | Default | Description |
|---|---|---|---|
title | string | undefined | Optional heading for the section. |
description | string | undefined | Optional subtext for the section. |
StatItem
| Prop | Type | Default | Description |
|---|---|---|---|
value | string | Required | The main statistic number or text. |
label | string | Required | The label describing the statistic. |