Components
A beautiful, customizable React loading component featuring animated text with a rotating gradient background. Perfect for AI applications, data processing, or any modern web interface that needs an elegant loading state.
Loading preview...
import { AILoader } from "@/components/ui/ai-animated-text-loader";
export default function DemoOne() {
return <AILoader text="Processing" variant="purple" size="lg" theme="dark"/>;
}