Typewriter
Types and deletes through a rotating list of phrases.
loop
Customize
Typing speed70ms
Deleting speed38ms
Pause1400ms
Loop
Props
| Prop | Type | Default | Description |
|---|---|---|---|
words* | string[] | — | Phrases to cycle through. |
typingSpeed | number | 70 | Per-character typing delay (ms). |
deletingSpeed | number | 38 | Per-character deleting delay (ms). |
pauseTime | number | 1400 | Pause once a word is fully typed (ms). |
loop | boolean | true | Loop back to the first word. |
className | string | — | Extra classes. |