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-buttonThis will install the component to components/rareui/ directory.
Props
| Prop | Type | Default | Description |
|---|---|---|---|
children | React.ReactNode | - | The content to display inside the button. |
onClick | () => void | - | Callback function when the button is clicked. |