SummaryMetrics
stableHorizontal strip of key performance metrics with trend deltas and loading states
import { SummaryMetrics } from "@nodus/design-system/finance"Loading demo…
Props
| Prop | Type | Default | Description |
|---|---|---|---|
metricsreq | SummaryMetric[] | — | Array of metric objects |
columns | 2 | 3 | 4 | — | Number of grid columns |
locale | string | — | BCP 47 locale override |
loading | boolean | — | Show skeleton loading state |
metricsrequiredType
SummaryMetric[]Default —Array of metric objects
columnsType
2 | 3 | 4Default —Number of grid columns
localeType
stringDefault —BCP 47 locale override
loadingType
booleanDefault —Show skeleton loading state
MobileStacks / Scroll
Metric grid collapses from 4-up to 2-up to 1-up as viewport narrows.
Design Rationale
This component was designed to express:
Explore Related
Was this helpful?