Components
An aesthetic cube loader that’s suitable for a loading.tsx. Performant, fully customizable with plenty of props, and accessible.
Loading preview...
import { CubeSpinner } from "@/components/ui/cube-loader";
export default function DemoOne() {
return <CubeSpinner />;
}