Effects/ShimmerButton

ShimmerButton

A CTA button with a continuous animated shimmer sweep. Great for hero sections and landing pages where you need maximum visual impact.

import { ShimmerButton } from "@animui/ui"

Basic

Color variants

Custom shimmer color

Props

PropTypeDefaultDescription
backgroundstring"linear-gradient(135deg,#6366f1,#8b5cf6,#6366f1)"CSS gradient or color for the button background.
shimmerColorstring"#ffffff"Color of the shimmer sweep.
shimmerSizestring"0.05em"Width of the shimmer highlight.
shimmerDurationnumber1.5Seconds for one shimmer sweep cycle.
borderRadiusstring"12px"Border radius of the button.
disabledbooleanfalseDisables the button.
classNamestringAdditional classes.
© 2026 Steal Shadow. MIT License.Report an issue