✨ Introducing Magic UI
Installation
Usage
import { AnimatedShinyText } from "@/components/magicui/animated-shiny-text";
<AnimatedShinyText>Animated Shiny Text</AnimatedShinyText>
Props
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. |