Skip to content

ReconciliationDiff

stable

Side-by-side reconciliation diff — expected vs actual with match/break/tolerance/missing status per row and delta values

Trust & Provenance/Storybook ↗
import { ReconciliationDiff } from "@nodus/design-system/patterns"
Loading demo…

Props

rowsrequired
Type DiffRow[]Default

Diff rows: id, label, leftValue, rightValue, status, delta, unit

leftLabel
Type stringDefault

Left column header (default: Expected)

rightLabel
Type stringDefault

Right column header (default: Actual)

breakOnly
Type booleanDefault

Show only mismatched rows

title
Type stringDefault

Section title

Metadatasemantictypeoutcomespacefin
Design Rationale

This component was designed to express:

Explore Related

Was this helpful?