Shimmer Button
Motion
High-conversion Tailwind shimmer button and Tailwind CSS animated button components featuring continuous glassy sweeps.
On this page
Draw the user's eye exactly where you want it with a Tailwind shimmer button. Featuring a continuous, glossy sweeping animation, this Tailwind CSS animated button is designed specifically to maximize click-through rates on primary actions without looking aggressive or out of place in a premium aesthetic.
Use a shimmer button for your primary Call to Action, or place one prominently in your top Header navigation.
Implementation
Usage
Shimmer Buttons
Props
| Prop | Type | Default | Description |
|---|---|---|---|
children | ReactNode | — | Button content |
shimmerColor | string | "rgba(255,255,255,0.12)" | Shimmer color |
background | string | "#1d1d1f" | Button background |
borderRadius | string | "10px" | Border radius |
shimmerDuration | string | "2.5s" | Animation duration |
className | string | "" | Additional CSS classes |
onClick | () => void | — | Click handler |