Shimmering Text
Smooth, light-sweeping shimmer animation for text.
Loading...
Installation
pnpm dlx shadcn@latest add https://jb.desishub.com/r/shimmering-text.json
Usage
import { ShimmeringText } from "@/components/shimmering-text";<ShimmeringText text="Shimmering Text" />Props
| Prop | Type | Default | Description |
|---|---|---|---|
text | string | - | The text to render with shimmer effect. |
duration | number | 1 | Duration in seconds for one shimmer cycle. |
isStopped | boolean | false | Whether the shimmer animation is paused. |
Examples
Custom Colors
Loading...

