Skip to content

ScenarioScript

stable

Linear step sequence for documenting agent interaction flows — shows state badge, copy, and annotation per step

Human-in-the-Loop/Storybook ↗
import { ScenarioScript } from "@nodus/design-system/patterns"
Demo coming soon

Props

stepsrequired
Type Array<{ state: InteractionState; copy: string; note?: string }>Default

Ordered steps: each with an interaction state, copy example, and optional annotation.

Metadatasemantictypeborder
Design Rationale

This component was designed to express:

Explore Related

Was this helpful?