import { CashPoolCard } from "@nodus/design-system/finance"Loading demo…
Props
| Prop | Type | Default | Description |
|---|---|---|---|
poolNamereq | string | — | Cash pool name |
accountsreq | CashPoolAccount[] | — | Pool account balances |
currency | string | — | Currency code |
locale | string | — | BCP 47 locale override |
label | string | — | Card label |
poolNamerequiredType
stringDefault —Cash pool name
accountsrequiredType
CashPoolAccount[]Default —Pool account balances
currencyType
stringDefault —Currency code
localeType
stringDefault —BCP 47 locale override
labelType
stringDefault —Card label
MobileStacks / Scroll
Card goes full-width on mobile. Pool hierarchy details stack vertically.
Design Rationale
This component was designed to express:
Explore Related
Was this helpful?