Getting Started
Components
Special Effects
Animations
Text Animations
Backgrounds
import { AnimatedShinyText } from "@/components/ui/animated-shiny-text"
<AnimatedShinyText>Hello</AnimatedShinyText>
Prop | Type | Default | Description |
---|---|---|---|
children | node | - | The text to be shimmered. |
className | string | - | The class name to be applied to the shimmer. |
shimmerWidth | number | 100 | The width of the shimmer in pixels. |