Skip to content

Shimmer Button

A button component with an animated shimmer sweep effect on hover. Built with Tailwind CSS — zero JavaScript animation dependencies.

Loading preview…

Installation

Run the following command

npx orunk add shimmer-button

PropTypeDefaultDescription
childrenReact.ReactNodeButton content
classNamestringAdditional CSS classes
disabledbooleanfalseDisables the button
onClick() => voidClick handler

All standard <button> HTML attributes are also supported via spread props.