A smooth, animated circular loader that gives the impression of thought, processing, or idea formation — like an AI "thinking" or "creating" something in real time.
import { Component } from "@/components/ui/ai-loader"; export default function DemoOne() { return <Component />; }