Search for a command to run...
A hook that allows you to create ripples on an element.
pnpm dlx shadcn@latest add "https://ui.ednesdayw.com/r/use-ripple.json"
import { useRipple } from "@/hooks/use-ripple"; const Component = () => { const { ripples, onClick, onClear } = useRipple(); }
On This Page
Contribute