Ripple
Click ripple effect and ripple button.
Preview
Installation
bash
npx auralix-ui add rippleUsage
Ripple Button
tsx
import { RippleButton } from "@/components/ui/Ripple";
<RippleButton>Click me</RippleButton>Props
| Name | Type | Default | Description |
|---|---|---|---|
color | string | "#007AFF" | Ripple color. |
duration | number | 600 | Animation duration (ms). |
On this page