Text Flip

Below is a beautifully animated text flipping component

TextFlip

Hello

Developers

Installation

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

Props

PropTypeisCompulsoryDescription
words
string[]
true

The list of all the words to show in the flipping animation

duration
number
true

The duration to change from one word to another

className
string
false

Tailwind classes to style the text in the flipping animation

Usage