Components
Loading preview...
A self-contained React component that displays a loading animation. The animation features four white squares that continuously fold and unfold, creating a 3D "tumbling cube" effect on a dark and light background.
@ravikatiyar
npx shadcn@latest add https://21st.dev/r/ravikatiyar162/folding-cube-loaderimport LoadingIndicator from "@/components/ui/folding-cube-loader";
export default function DemoOne() {
return <LoadingIndicator />;
}