Stagger Text Component
A text component with staggered animation.
Features
- Interactive stagger effect on mouse hover.
- Customizable styles and colors.
- Lightweight and reusable.
Installation
Usage
Props
| Property | Type | Default | Description |
|---|---|---|---|
text | string | required | The text content to be displayed with staggered animation. |
className | string | — | Additional CSS classes for the container. |
as | T | "h3" | The HTML tag to be used for the text container. |