Components
Loading preview...
This "Cybernetic Grid" shader generates a futuristic, glowing grid that ripples and pulses with energy. It's fully interactive, warping and lighting up in response to your mouse movements, creating the feeling of touching a high-tech digital interface.
@dhiluxui
npx shadcn@latest add https://21st.dev/r/dhileepkumargm/cybernetic-grid-shaderimport CyberneticGridShader from "@/components/ui/cybernetic-grid-shader";
export default function DemoOne() {
return <div className="app-container">
<CyberneticGridShader />
<div className="overlay-content">
<h1 className="title">Cybernetic Grid</h1>
<p className="description">An Interactive WebGL Shader</p>
</div>
</div>
}