Beta

Typing Text

A text component that dynamically simulates a typing animation, progressively revealing characters as if typed in real-time.

Installation

Props

PropTypeDefault
className?
string
-
duration?
number
100
delay?
number
0
startOnView?
boolean
false
cursor?
boolean
false
loop?
boolean
false
holdDelay?
number
1000
text
string | string[]
-
cursorClassName?
string
-

On this page