Docs
Shimmer Text

Shimmer Text

A text component with a shimmering gradient animation effect.

Shimmer Text

Installation

Props

The ShimmerText component supports the following props:

PropTypeDefaultDescription
textstring""The text to animate.
classNamestring?undefinedAdditional classes for the container.
gradientstring?"from-gray-100 via-white to-gray-100"The gradient used for the shimmer animation.
durationnumber?2Duration of the shimmer animation in seconds.
width"fit" | "full"?"fit"Determines the width of the container.