ReconSummary
stableReconciliation summary dashboard with match rate, item counts, and status breakdown
import { ReconSummary } from "@nodus/design-system/finance"Loading demo…
Props
| Prop | Type | Default | Description |
|---|---|---|---|
matchedreq | number | — | Matched item count |
unmatchedreq | number | — | Unmatched item count |
pendingreq | number | — | Pending item count |
totalItemsreq | number | — | Total items |
reconciliationRatereq | number | — | Match rate percentage |
label | string | — | Summary title |
matchedrequiredType
numberDefault —Matched item count
unmatchedrequiredType
numberDefault —Unmatched item count
pendingrequiredType
numberDefault —Pending item count
totalItemsrequiredType
numberDefault —Total items
reconciliationRaterequiredType
numberDefault —Match rate percentage
labelType
stringDefault —Summary title
MobileStacks / Scroll
Reconciliation summary stacks metrics vertically on mobile.
Design Rationale
This component was designed to express:
Explore Related
Was this helpful?