Components
Loading preview...
Minimalist loading animation featuring 3D cubes with rotating letters, creating a smooth sequential reveal effect that conveys progress in a clean, modern style.
@ravikatiyar
npx shadcn@latest add https://21st.dev/r/ravikatiyar162/loaderimport { Component } from "@/components/ui/loader";
export default function DemoOne() {
return <Component />;
}