ApprovalPipeline
stableMaker/checker approval pipeline with step-by-step status, rejection reasons, and actor attribution
import { ApprovalPipeline } from "@nodus/design-system/finance"Loading demo…
Props
| Prop | Type | Default | Description |
|---|---|---|---|
title | string | "Approval Pipeline" | Pipeline title |
stepsreq | ApprovalStep[] | — | Ordered approval steps with stage/actor/timestamp |
reference | string | — | Reference ID for the item under approval |
titleType
stringDefault "Approval Pipeline"Pipeline title
stepsrequiredType
ApprovalStep[]Default —Ordered approval steps with stage/actor/timestamp
referenceType
stringDefault —Reference ID for the item under approval
MobileStacks / Scroll
Multi-step pipeline activates horizontal scroll on mobile. Steps may be collapsed into a compact progress indicator below sm.
Design Rationale
This component was designed to express:
Explore Related
Was this helpful?