Components
Loading preview...
Interactive Ripple Background
npx shadcn@latest add https://21st.dev/r/erikvalencia1/interactive-ripple-backgroundimport { RippleBackground } from "@/components/ui/interactive-ripple-background";
export default function DemoOne() {
return <RippleBackground />;
}