Components
A 3D-tilted 4×4 grid of glowing blocks that rise in a diagonal wave, with a “Processing Data Blocks” loading label and bouncing dots to indicate background processing.
Loading preview...
import BlockLoader from "@/components/ui/blocks-loader";
export default function DemoOne() {
return (
<div className="flex min-h-screen flex-col items-center justify-center gap-12 p-8">
<BlockLoader />
</div>);
}