PositionSummary
stableAggregated position card showing balance, period change, and severity
import { PositionSummary } from "@nodus/design-system/finance"Loading demo…
Props
| Prop | Type | Default | Description |
|---|---|---|---|
labelreq | string | — | Account or position label |
balancereq | number | — | Current balance |
changereq | number | — | Period change as decimal (e.g. 0.023 for +2.3%) |
currency | string | USD | ISO 4217 currency code |
subtitle | string | — | Secondary label or metadata |
breakpoints | ThresholdBreakpoints | — | Custom severity breakpoints for the change value |
labelrequiredType
stringDefault —Account or position label
balancerequiredType
numberDefault —Current balance
changerequiredType
numberDefault —Period change as decimal (e.g. 0.023 for +2.3%)
currencyType
stringDefault USDISO 4217 currency code
subtitleType
stringDefault —Secondary label or metadata
breakpointsType
ThresholdBreakpointsDefault —Custom severity breakpoints for the change value
MobileStacks / Scroll
Position summary card goes full-width. Metric columns stack on mobile.
Design Rationale
This component was designed to express:
Explore Related
Was this helpful?