Skip to content

ProvenanceChain

stable

Linked chain of data sources showing transformation provenance

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

Props

stepsrequired
Type ProvenanceStep[]Default

Chain steps with type (source|transform|inference|output), label, time, model, confidence, lastUpdatedAt

title
Type stringDefault

Section header

stalenessThresholdMs
Type numberDefault 3600000

Steps with lastUpdatedAt older than this (ms) show a gold stale indicator. Default 1h.

Metadatasemantictypebordersurface
Design Rationale

This component was designed to express:

Explore Related

Was this helpful?