TypeWriterProps
Defined in: stream-text.tsx:103
TypeWriter props.
Properties
Section titled “Properties”className?
Section titled “className?”
optionalclassName:string
Defined in: stream-text.tsx:113
Custom className
cursor?
Section titled “cursor?”
optionalcursor:string
Defined in: stream-text.tsx:117
Cursor character
delay?
Section titled “delay?”
optionaldelay:number
Defined in: stream-text.tsx:109
Delay before starting in ms
onComplete()?
Section titled “onComplete()?”
optionalonComplete: () =>void
Defined in: stream-text.tsx:111
Called when typing completes
Returns
Section titled “Returns”void
showCursor?
Section titled “showCursor?”
optionalshowCursor:boolean
Defined in: stream-text.tsx:115
Show cursor
speed?
Section titled “speed?”
optionalspeed:number
Defined in: stream-text.tsx:107
Typing speed in ms per character
text:
string
Defined in: stream-text.tsx:105
Text to type