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