ValidationChain
stableSequential validation pipeline display. Each step shows rule name, result (pass/fail/warning/pending/skipped), and optional message. Used for data quality and policy gates.
import { ValidationChain } from "@nodus/design-system/patterns"Loading demo…
Props
| Prop | Type | Default | Description |
|---|---|---|---|
stepsreq | ValidationStep[] | — | Ordered validation steps with name, result, and message. |
showSummary | boolean | — | Show pass/fail/warning summary counts (default: true). |
compact | boolean | — | Reduce step padding and font size. |
stepsrequiredType
ValidationStep[]Default —Ordered validation steps with name, result, and message.
showSummaryType
booleanDefault —Show pass/fail/warning summary counts (default: true).
compactType
booleanDefault —Reduce step padding and font size.
Design Rationale
This component was designed to express:
Explore Related
ProvenanceChain→
Linked chain of data sources showing transformation provenance
DataLineageTag→
Compact hop-chain tag showing data lineage from source to consumer. Each hop has a system name and optional transformation type.
GuardrailIndicator→
Visual indicator of active guardrails and safety constraints
TrustScoreDisplay→
Composite trust score display with breakdown by factor (accuracy, recency, source quality, consensus). Score maps to outcome color tokens.
Was this helpful?