❤️ Support our project - Your donation helps us continue developing awesome tools!


Docs
Wavy Text

Wavy Text

An animated text component that staggers text up

W

a

v

y

T

e

x

t

Installation

npx nyxbui@latest add wavy-text

Props

PropTypeDescriptionDefault
classNamestringThe class name to be applied to the component
durationnumberDurations (seconds) for the animation0.5
delaynumberDuration (seconds) for stagger between each letter0.02
wordsstringThe word to be animated
variantobjectCustom animation variants for motion component hidden: { y: 10 },visible: { y: -10 }