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