Thinking Indicator

feedback

Animated indicator for AI 'thinking' state with bouncing dots or spinner.

Preview

No preview available

Check the code examples below.

Installation

npm install @launchapp/design-system
Import
import { ThinkingIndicator } from "@launchapp/design-system";

Examples

AI thinking state

<ThinkingIndicator label="AI is thinking..." variant="dots" />

Props

PropTypeDefaultDescription
label
string"Thinking..."Text label next to the indicator.
variant
"dots" | "pulse" | "spinner""dots"Animation style.