Typewriter
Types and deletes cycling words.
We design.. build.. ship.
No cursor
Play once
API reference
Inputs
| Prop | Type | Default | Description |
|---|---|---|---|
words | readonly string[] | [] | Words cycled through by the typewriter. |
typeSpeed | number | 90 | Delay between typed characters, in milliseconds. |
deleteSpeed | number | 40 | Delay between deleted characters, in milliseconds. |
pause | number | 1600 | Pause once a word is fully typed before deleting, in milliseconds. |
loop | boolean | true | Whether to restart from the first word after the last. |
cursor | boolean | true | Whether to show the blinking cursor after the text. |
Every ng-blatui component also accepts a class input to merge extra Tailwind classes onto the host.