Shader svg example on snapchat logo
npx shadcn@latest add https://21st.dev/r/reuno-ui/shader-svg
Loading preview...
import { MeshGradientSVG } from "@/components/ui/shader-svg"; export default function DemoOne() { return <MeshGradientSVG />; }