RippleButton
Pointer-origin click ripple with timer cleanup, accessible button semantics, and a static reduced-motion path.
Add with shadcn
npx shadcn@latest add https://www.uigrids.com/r/ripple-button.jsonInstall with the CLI
# adds RippleButton to components/ui with the shadcn CLI
npx shadcn@latest add https://www.uigrids.com/r/ripple-button.jsonOr install the package
// npm install @uigrids/react-ui
import { RippleButton } from '@uigrids/react-ui'
export default function App() {
return <RippleButton />
}