ai loader background and animation
npx shadcn@latest add https://21st.dev/r/beratberkayg/ai-loader
Loading preview...
import { Component } from "@/components/ui/ai-loader"; export default function DemoOne() { return <Component/>; }