ExposureLimitBar
stableMulti-band exposure limit bar for counterparty, sector, and concentration limits with warning ticks
import { ExposureLimitBar } from "@nodus/design-system/finance"Loading demo…
Props
| Prop | Type | Default | Description |
|---|---|---|---|
bandsreq | ExposureLimitBand[] | — | Exposure bands to render |
currency | string | — | ISO 4217 currency (default: USD) |
showValues | boolean | — | Show numeric values (default: true) |
density | "default" | "compact" | — | Display density |
bandsrequiredType
ExposureLimitBand[]Default —Exposure bands to render
currencyType
stringDefault —ISO 4217 currency (default: USD)
showValuesType
booleanDefault —Show numeric values (default: true)
densityType
"default" | "compact"Default —Display density
MobileStacks / Scroll
Bar fills container. Labels and limit values stack on mobile.
Design Rationale
This component was designed to express:
Explore Related
Was this helpful?