Back

Typing Text

Satu Visual ComponentNew

Cycles through words with a typewriter effect and blinking caret.

I build

Installation

Add it with the CLI:

Terminal

$

Or open the Code tab above and copy it in manually — it relies on the standard cn() helper from @/lib/utils.

Usage

Pass an array of words — it types each, pauses, deletes, and moves on, looping forever.

Props

PropTypeDefaultDescription
wordsstring[]Words to cycle through.
classNamestringExtra classes.
typingSpeednumber90Ms per typed character.
deletingSpeednumber45Ms per deleted character.
pausenumber1400Pause after a full word, ms.