Components
Loading preview...
This React component renders a compact and stylish animated loader using Tailwind CSS and inline keyframes. The loader starts as a square that smoothly transforms
npx shadcn@latest add https://21st.dev/r/ruixen.ui/loaderimport Loader from "@/components/ui/loader";
export default function DemoOne() {
return <Loader />;
}