StreamingResponse
stableStreaming LLM output with temporal cursor. Displays content immediately — no fake simulation. StreamingDot disappears instantly on completion.
import { StreamingResponse } from "@nodus/design-system/patterns"Loading demo…
Props
| Prop | Type | Default | Description |
|---|---|---|---|
contentreq | string | — | Full response text |
isStreaming | boolean | false | Whether actively streaming |
tokensPerSecond | number | — | Streaming speed indicator |
elapsed | number | — | Elapsed time in milliseconds |
contentrequiredType
stringDefault —Full response text
isStreamingType
booleanDefault falseWhether actively streaming
tokensPerSecondType
numberDefault —Streaming speed indicator
elapsedType
numberDefault —Elapsed time in milliseconds
Design Rationale
This component was designed to express:
Explore Related
Was this helpful?