CreditLineUtil
stableCredit facility utilization gauge with drawn amount, limit, and availability
import { CreditLineUtil } from "@nodus/design-system/finance"Loading demo…
Props
| Prop | Type | Default | Description |
|---|---|---|---|
facilityreq | string | — | Facility name |
drawnreq | number | — | Drawn amount |
limitreq | number | — | Facility limit |
currency | string | — | Currency code |
locale | string | — | BCP 47 locale override |
label | string | — | Card label |
facilityrequiredType
stringDefault —Facility name
drawnrequiredType
numberDefault —Drawn amount
limitrequiredType
numberDefault —Facility limit
currencyType
stringDefault —Currency code
localeType
stringDefault —BCP 47 locale override
labelType
stringDefault —Card label
MobileStacks / Scroll
Utilization bar fills container width. Labels and values stack on mobile.
Design Rationale
This component was designed to express:
Explore Related
Was this helpful?