Ripple

Ripple is a component that adds a ripple effect to elements, allowing users to recognize when they have clicked.

Usage

import { Ripple, useRipple } from "@yamada-ui/react"
<Ripple />

Change the Color

To change the color, set a color to color. By default, currentColor is set.

Disable Ripple

To disable, set disabled to true.

Alternatively, you can disable it by setting disabled to true on Ripple.

Props