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