AccountingMetrics
stableKey accounting metrics grid with period-over-period comparison and deltas
import { AccountingMetrics } from "@nodus/design-system/finance"Loading demo…
Props
| Prop | Type | Default | Description |
|---|---|---|---|
metricsreq | AccountingMetric[] | — | Accounting metric data |
period | string | — | Reporting period |
currency | string | — | Currency code |
locale | string | — | BCP 47 locale override |
label | string | — | Section label |
metricsrequiredType
AccountingMetric[]Default —Accounting metric data
periodType
stringDefault —Reporting period
currencyType
stringDefault —Currency code
localeType
stringDefault —BCP 47 locale override
labelType
stringDefault —Section label
MobileStacks / Scroll
Multi-column metric grid collapses to 2 columns on sm and 1 column on xs. Inherits grid stacking behavior.
Design Rationale
This component was designed to express:
Explore Related
Was this helpful?