Components
Loading preview...
A full-screen React component that uses three.js and a custom GLSL fragment shader to render a continuously scrolling, glowing grid animation.
@dhiluxui
npx shadcn@latest add https://21st.dev/r/dhileepkumargm/grid-shaderimport { ScrollingGridShader } from "@/components/ui/grid-shader";
export default function DemoOne() {
return <ScrollingGridShader />;
}