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