typing-text-animation
v1.0.2
Published
This component provides a simple text typing animation feature
Downloads
15
Maintainers
Readme
typing-text-animation
This component provides a simple text typing animation feature
Install
npm i typing-text-animation
Usage
/** @jsx jsx */
import { TypingText } from "typing-text-animation";
render(
<div>
<TypingText text={["hello", "world"]} />
<TypingText text="hello" />
</div>
);