pnpm dlx shadcn@latest add https://ui.saturation.io/r/thinking-indicator.jsonimport { ThinkingIndicator } from "@/components/ui/thinking-indicator"<ThinkingIndicator />
<ThinkingIndicator text="Processing" />| Prop | Type | Default | Description |
|---|---|---|---|
text | string | "Thinking" | The label shown next to the animated dots. |
className | string | — | Additional CSS classes. |
On This Page