<BroadsideStats>
broadsideStatsPresentation
Three top-bordered stat cards with accent numerals.
When to use: KPI strip in editorial voice.
Preview
| Prop | Type | Notes |
|---|---|---|
| chromeLeft | string | Optional. Top chrome left. |
| chromeRight | string | Optional. Top chrome right. |
| title | string | Optional. Optional headline. |
| stats | array | Required. [{ value, label, note? }]. |
| footLeft | string | Optional. Footer left. |
| footRight | string | Optional. Footer right. |
Examples
<BroadsideStats chromeLeft="Numbers" chromeRight="05" stats={[{ value: "87%", label: "Retention", note: "YoY" }, { value: "12", label: "Markets" }, { value: "4.2×", label: "Pipeline" }]} />