Components
Loading preview...
High-performance React component for animated WebGL gradient backgrounds with real-time customization.
@meerbahadin10
npx shadcn@latest add https://21st.dev/r/meerbahadin10/stripe-like-gradient-shaderimport { Component } from "@/components/ui/stripe-like-gradient-shader";
export default function DemoOne() {
return <Component />;
}