Skip to content

ValidationChain

stable

Sequential validation pipeline display. Each step shows rule name, result (pass/fail/warning/pending/skipped), and optional message. Used for data quality and policy gates.

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

Props

stepsrequired
Type ValidationStep[]Default

Ordered validation steps with name, result, and message.

showSummary
Type booleanDefault

Show pass/fail/warning summary counts (default: true).

compact
Type booleanDefault

Reduce step padding and font size.

Metadatasemanticsemanticoutcometypeborderspace
Design Rationale

This component was designed to express:

Explore Related

Was this helpful?