Gradient Text
Installation
Props
Prop | Type | Default | Description |
---|---|---|---|
text | string | "" | The text content to be animated with a gradient effect |
duration | number? | 8 | How long it takes the gradient to come fully across |
from | string? | text-white | The starting color of the gradient |
via | string? | text-white | The middle color of the gradient |
to | string? | text-white | The ending color of the gradient |
className | string? | "" | Additional classes for styling the container |