Installation
npx shadcn@latest add "https://magicui.design/r/shimmer-button"Props
| Prop Name | Type | Description | Default Value |
|---|---|---|---|
| shimmerColor | string | The color of the shimmer | #ffffff |
| shimmerSize | string | The size of the shimmer | 0.05em |
| borderRadius | string | The border radius of the button | 100px |
| shimmerDuration | string | The duration of the spark animation | 3s |
| background | string | The background of the button | rgba(0, 0, 0, 1) |
| className | string | The class name of the button | undefined |
| children | React.ReactNode | The children of the button | undefined |
Credits
Credit to @jh3yy for the inspiration behind this component.