MatchPair
stableSide-by-side reconciliation match pair showing bank vs. book entries with differences highlighted
import { MatchPair } from "@nodus/design-system/finance"Loading demo…
Props
| Prop | Type | Default | Description |
|---|---|---|---|
bankEntryreq | ReconciliationEntry | — | Bank-side entry |
bookEntryreq | ReconciliationEntry | — | Book-side entry |
differencesreq | string[] | — | Field names with differences |
currency | string | — | Currency code |
locale | string | — | BCP 47 locale override |
label | string | — | Pair label |
bankEntryrequiredType
ReconciliationEntryDefault —Bank-side entry
bookEntryrequiredType
ReconciliationEntryDefault —Book-side entry
differencesrequiredType
string[]Default —Field names with differences
currencyType
stringDefault —Currency code
localeType
stringDefault —BCP 47 locale override
labelType
stringDefault —Pair label
MobileStacks / Scroll
Two-column match layout stacks to single column on mobile.
Design Rationale
This component was designed to express:
Explore Related
Was this helpful?