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