Animations
RippleEffect
Material-style ink ripple that radiates from the pointer on click, wrapping any interactive element.
Preview:1280px
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| children | ReactNode | — | Element that receives the ripple on click. |
| color | string | — | Color of the ripple overlay. |
| className | string | — | Additional CSS class names. |