A React component that visualizes AI “thinking” with glowing orbs, particles, and smooth animations. Supports multiple colors and states: idle, thinking, or processing.
import { Component } from "@/components/ui/ai-thinking-orb"; export default function DemoThree() { return <Component variant="emerald" state="processing" />; }