Components
Loading preview...
The Neon Matrix Loader is a modern, futuristic loading animation built with a 3×3 grid of animated squares.
@m.kumailalirajpoot
npx shadcn@latest add https://21st.dev/r/m.kumailalirajpoot/neon-matrix-loaderimport { NeonMatrixLoader } from "@/components/ui/neon-matrix-loader";
export default function DemoOne() {
return <NeonMatrixLoader />;
}