A sleek 3D animated loader featuring rotating cubes.
npx shadcn@latest add https://21st.dev/r/jatin-yadav05/box-loader
Loading preview...
import BoxLoader from "@/components/ui/box-loader"; export default function DemoOne() { return <BoxLoader />; }