Back to Registry

Ripple Button

input

Click-reactive button with expanding ripple waves.

Colorblue-500
Width
Shadow

Live Preview

Install via CLI
npx shadcn@latest add https://kinetik.dev/r/ripple-button.json

Requires shadcn CLI. Auto-installs deps and copies the component into your project.

Manual Install
npm add framer-motion lucide-react

Then copy the source code below into your project.

Usage
import { RippleButton } from '@/app/components/ripple-button';

Source

'use client';

export function RippleButton() {
  // copy from registry component source
}

Dependencies

framer-motionlucide-react