Components
Loading preview...
3D Cube Loader – Geometric Animation Futuristic loader with a glowing blue 3D cube rotating above a triangular base, creating a smooth illusion of depth. Perfect for modern apps, SaaS dashboards, or tech-based websites to convey innovation and progress.
@ravikatiyar
npx shadcn@latest add https://21st.dev/r/ravikatiyar162/loader-3import { Component } from "@/components/ui/loader-3";
export default function DemoOne() {
return <Component />;
}