Installation
Usage
import { RippleButton } from "@/components/magicui/ripple-button";
<RippleButton>Ripple Button</RippleButton>
Props
Prop | Type | Default | Description |
---|---|---|---|
children | React.ReactNode | - | The content of the button. |
className | string | - | Additional class names for the button. |
rippleColor | string | - | The rbg numbers only for the color of the rippling waves. |
duration | string | - | The time span of one ripple. |
Credits
- Credit to @Sidd5arth