Here is ATC shader component
npx shadcn@latest add https://21st.dev/r/xordev/atc-shader
Loading preview...
// demo-atc.tsx "use client" import ShaderDemo_ATC from "@/components/ui/atc-shader" export default function Demo(){ return <ShaderDemo_ATC/> }