<BigStat>
coreStatsPresentation
Single oversized metric with label, optional unit suffix, hint, and a longer description.
When to use: One number that should land emotionally.
Preview
| Prop | Type | Notes |
|---|---|---|
| label | string | Required. Short label above the value. |
| value | string | Required. The headline value. |
| unit | string | Optional. Short suffix beside the value at a smaller scale (e.g. "%", "hrs / week"). |
| hint | string | Optional. Muted footnote under the value. |
| description | string | Optional. Longer supporting sentence under hint. |
Examples
<BigStat label="Invoices / month" value="1,240" hint="AP team, three legal entities" /><BigStat label="Manual hours" value="142" unit="hrs / week" description="Across intake, matching, and exception handling." />