Components
Loading preview...
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.
@rahil1202
npx shadcn@latest add https://21st.dev/r/rahil1202/neural-noise-cursorimport { 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]"
/>;
}