React Not Typist
React component for cycling through different strings. A lot of similar components will cycle through with a typing animation. This component offers a different style.
Demo
Also on codepen.
Installation
npm install react-not-typist --save
Usage
import NotTypist from 'react-not-typist'; { return <p> That was <NotTypist = /> </p> }