Installation
Props
Prop | Type | Default | Description |
---|---|---|---|
children | React.ReactNode | - | The content of the button. |
className | string? | "" | Additional classes for the container. |
rippleColor | string? | "rgba(255, 255, 255, 0.5)" | The color of the ripple effect. |
rippleSize | number? | 20 | The base size of the ripple effect. |
rippleDuration | number? | 0.6 | The duration of the ripple animation in seconds. |