Thinking Indicator
feedbackAnimated indicator for AI 'thinking' state with bouncing dots or spinner.
Preview
No preview available
Check the code examples below.
Installation
npm install @launchapp/design-systemImport
import { ThinkingIndicator } from "@launchapp/design-system";Examples
AI thinking state
<ThinkingIndicator label="AI is thinking..." variant="dots" />Props
| Prop | Type | Default | Description |
|---|---|---|---|
label | string | "Thinking..." | Text label next to the indicator. |
variant | "dots" | "pulse" | "spinner" | "dots" | Animation style. |