SettlementTracker
stableSettlement batch tracker with batch status, amounts, and counterparty breakdown
import { SettlementTracker } from "@nodus/design-system/finance"Loading demo…
Props
| Prop | Type | Default | Description |
|---|---|---|---|
batchesreq | SettlementBatch[] | — | Settlement batch records |
currency | string | — | Currency code |
locale | string | — | BCP 47 locale override |
label | string | — | Tracker title |
batchesrequiredType
SettlementBatch[]Default —Settlement batch records
currencyType
stringDefault —Currency code
localeType
stringDefault —BCP 47 locale override
labelType
stringDefault —Tracker title
MobileStacks / Scroll
Tracker table activates horizontal scroll on narrow viewports.
Design Rationale
This component was designed to express:
Explore Related
Was this helpful?