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