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 DemoFive() { return <Component variant="rose" state="processing" />; }