Skip to content

StreamingResponse

stable

Streaming LLM output with temporal cursor. Displays content immediately — no fake simulation. StreamingDot disappears instantly on completion.

Conversation/Storybook ↗
import { StreamingResponse } from "@nodus/design-system/patterns"
Loading demo…

Props

contentrequired
Type stringDefault

Full response text

isStreaming
Type booleanDefault false

Whether actively streaming

tokensPerSecond
Type numberDefault

Streaming speed indicator

elapsed
Type numberDefault

Elapsed time in milliseconds

Metadatasemantictypemotion
Design Rationale

This component was designed to express:

Explore Related

Was this helpful?