Skip to content

MatchQueue

stable

Two-column reconciliation match interface. Left panel lists unmatched items with queue-depth badge; right panel shows ranked match candidates with confidence scores (HIGH/MED/LOW). Match and Reject actions per candidate.

FinanceInteractive/Storybook ↗
import { MatchQueue } from "@nodus/design-system/finance"
Loading demo…

Props

itemsrequired
Type UnmatchedItem[]Default

Unmatched items to display in the queue

currency
Type stringDefault

ISO 4217 currency code

onMatch
Type (itemId: string, candidateId: string) => voidDefault

Fired when user confirms a match

onReject
Type (itemId: string, candidateId: string) => voidDefault

Fired when user rejects a candidate

Metadatasemanticoutcometemporalagency
Design Rationale

This component was designed to express:

Explore Related

Was this helpful?