Glass Shimmer Button

A button with a glassmorphism effect and shimmer animation on hover.

Installation

Run the following command to install the component:

npx rareui add glass-shimmer-button

This will install the component to components/rareui/ directory.

Props

PropTypeDefaultDescription
childrenReact.ReactNode-The content to display inside the button.
onClick() => void-Callback function when the button is clicked.