Font Wave Animation

Below is a animated wave text display component

FontWaveAnimation

I am Inevitable!
And...I...am...Iron Man 🫰

Installation

$ pnpm dlx shadcn@latest add https://pulseui-henna.vercel.app/registry/FontWaveAnimation.json

Props

PropTypeisCompulsoryDescription
text
string
true

The text to be animated

className
string
false

Tailwind classes to be passed to style the text

infinite
boolean
false

Sets whether to repeat the wave animation of the text continuously or just once

Usage