Skip to content

AgentThinkingIndicator

stable

Animated loading indicator communicating an agent is actively processing. Supports text label, step counter, and elapsed time. Uses temporal color.

Agency & Control/Storybook ↗
import { AgentThinkingIndicator } from "@nodus/design-system/patterns"
Loading demo…

Props

label
Type stringDefault

Processing label (default: Thinking…).

step
Type stringDefault

Current step name or description.

elapsedMs
Type numberDefault

Elapsed milliseconds to display.

variant
Type "inline" | "block" | "overlay"Default

Display context (default: inline).

Metadatasemanticsemantictypespace
Design Rationale

This component was designed to express:

Explore Related

Was this helpful?