ScenarioScript
stableLinear step sequence for documenting agent interaction flows — shows state badge, copy, and annotation per step
import { ScenarioScript } from "@nodus/design-system/patterns"Demo coming soon
Props
| Prop | Type | Default | Description |
|---|---|---|---|
stepsreq | Array<{ state: InteractionState; copy: string; note?: string }> | — | Ordered steps: each with an interaction state, copy example, and optional annotation. |
stepsrequiredType
Array<{ state: InteractionState; copy: string; note?: string }>Default —Ordered steps: each with an interaction state, copy example, and optional annotation.
Design Rationale
This component was designed to express:
Explore Related
Was this helpful?