Star on GitHub0

Stagger Text

Stagger Text Component

A text component with staggered animation.

Features

  • Interactive stagger effect on mouse hover.
  • Customizable styles and colors.
  • Lightweight and reusable.
Loading component preview...

Source code

Props

PropertyTypeDefaultDescription
text
string
required
The text content to be displayed with staggered animation.
className
string
undefined
Additional CSS classes for the container.
as
'h1' | 'h2' | 'h3' | 'span' | 'p'
'h3'
The HTML tag to be used for the text container.