wordsrequired One string to type, or several to cycle through. | string•string[] | — |
speed Milliseconds per character. | number | 100 |
delay Milliseconds before typing starts. | number | 0 |
hold Milliseconds a finished word stays before the next one. | number | 2000 |
trigger "custom" waits for the function handed to onTrigger. | instant•custom | instant |
onTrigger Receives a function that starts it, when trigger is "custom". | (triggerFn: () => void) => void | — |
loop Cycle back to the first word instead of stopping. | boolean | true |
children Rendered after the typed text. | React.ReactNode | — |
| …and every TextProps prop | inherited | — |