ShinyText
Shimmer and gradient text effects.
Preview
Premium FeatureMagic Gradient
Installation
bash
npx auralix-ui add shiny-textUsage
Shiny Text
tsx
import { ShinyText, GradientText } from "@/components/ui/ShinyText";
<ShinyText>Premium Feature</ShinyText>
<GradientText>Magic Gradient</GradientText>Props
| Name | Type | Default | Description |
|---|---|---|---|
children | string | - | Text content. |
shimmerWidth | number | 100 | Width of shimmer effect. |
duration | number | 2 | Animation duration (s). |
On this page