Typewriter Effects

Below is a collections of various Typewriter Effect components

TypewriterEffect 1

Installation

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

Props

PropTypeisCompulsoryDescription
words
string[]
true

The list of words to be displayed

speed
number
false

The speed of the writing

className
string
false

Tailwind classes applied to the text

Usage