The Neon Matrix Loader is a modern, futuristic loading animation built with a 3×3 grid of animated squares.
import { NeonMatrixLoader } from "@/components/ui/neon-matrix-loader"; export default function DemoOne() { return <NeonMatrixLoader />; }