Shimmer Button
A button component with an animated shimmer sweep effect on hover. Built with Tailwind CSS — zero JavaScript animation dependencies.
| Prop | Type | Default | Description |
|---|---|---|---|
children | React.ReactNode | — | Button content |
className | string | — | Additional CSS classes |
disabled | boolean | false | Disables the button |
onClick | () => void | — | Click handler |
All standard <button> HTML attributes are also supported via spread props.