A full-viewport WebGL shader backdrop that renders a layered “neural” noise field inspired . It’s pointer- and scroll-responsive, and sits non-interactively behind your content.
import { NeuralNoise } from "@/components/ui/neural-noise-cursor"; export default function DemoOne() { return <NeuralNoise // opacity={0.95} // pointerStrength={1.0} // timeScale={1.0} // className="relative min-h-[300vh] bg-[#0f120c]" />; }