Matrix Ripple with props
npx shadcn@latest add https://21st.dev/r/designali-in/matrix-ripple
Loading preview...
import { MatrixRipple } from "@/components/ui/matrix-ripple"; export default function DemoOne() { return <MatrixRipple />; }