wise-ui

Data & Lists

Backgrounds

Cards

Navigation

Text

Buttons

Layout

Ripple

Expanding concentric ring outlines from click point or continuous pulse.

Click ripple

Pulse mode

Custom color

Click anywhere in this card

Installation

npx shadcn@latest add https://wise-ui.com/r/ripple.json

Props

PropTypeDefaultDescription
colorstring"currentColor"Color of the ripple rings.
durationnumber600Duration of the ripple animation in milliseconds.
ringCountnumber3Number of concentric rings per ripple.
mode"click" | "pulse""click"Click spawns ripples at cursor; pulse continuously emits from center.
childrenReact.ReactNode-Content to wrap.
classNamestring-Additional classes for the container.