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