Components
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.
Loading preview...
import { Component } from "@/components/ui/ai-loader";
export default function DemoOne() {
return <Component />;
}