CorrespondentBankChain
stableCorrespondent bank chain visualizer for cross-border payment routing with BIC, status, and charges per hop
import { CorrespondentBankChain } from "@nodus/design-system/finance"Loading demo…
Props
| Prop | Type | Default | Description |
|---|---|---|---|
hopsreq | CorrespondentHop[] | — | Ordered correspondent hops from originator to beneficiary |
originalAmount | number | — | Original payment amount |
currency | string | — | ISO 4217 currency code |
reference | string | — | Payment reference number |
hopsrequiredType
CorrespondentHop[]Default —Ordered correspondent hops from originator to beneficiary
originalAmountType
numberDefault —Original payment amount
currencyType
stringDefault —ISO 4217 currency code
referenceType
stringDefault —Payment reference number
MobileStacks / Scroll
Chain visualization activates horizontal scroll on mobile. Consider a compact list fallback below sm.
Design Rationale
This component was designed to express:
Explore Related
Was this helpful?