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

Similar Components

Rotate

Rotate is a component that provides an animation to switch between two elements while rotating.

Flip

Flip is a component that provides an animation to switch between two elements while flipping.

Motion

Motion is a convenient component that extends the Yamada UI Style Props to Motion.

Airy

Airy is a component that provides a smooth animation to switch between two elements.

SlideFade

SlideFade is a component that gradually shows or hides an element while moving it from a specified position.

Slide

Slide is a component that shows or hides an element from the corners of the page.

Skeleton

Skeleton is a component that acts as a placeholder until content is loaded.

Fade

Fade is a component that gradually shows or hides an element.

Uses Components & Hooks

Used By Components & Hooks