R|

常规使用

|
<TypeWriter textArray={textArray} />

暂停时长 3 秒

|
<TypeWriter textArray={textArray} pauseTime={3000} />

打字间隔 1 秒

|
<TypeWriter textArray={textArray} textSpeed={1000} />

自定义标签

|
<TypeWriter textArray={textArray} tag="code" />

不重复, 停留在最后一句话

|
<TypeWriter textArray={textArray} repeat={false} />

自定义光标

_
<TypeWriter textArray={textArray} suffix="_" />