Components
Loading preview...
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.
@theutkarshmail
npx shadcn@latest add https://21st.dev/r/theutkarshmail/ai-loaderimport { Component } from "@/components/ui/ai-loader";
export default function DemoOne() {
return <Component />;
}