Inspired by the randomized words in Full Stack Fest 2016.
It includes linting with ESLint.
Real basic testing with Ava and Enzyme.
Also there is ES6 transpilation.
npm install --save react-random-word
<RandomWord
word="<the_festival />"
speed={100}
rounds={10}
letters="0123456789"
/>
- Finalized word itself. This word will be seen after the animation.
- Interval in milliseconds betweed rounds. Defaults to 150.
- Maximum rounds for each letter to be finalized. Defaults to 20.
- Letters will be randomized given this letter set. Defaults to 'abcdef0123456789'.
Feel free to open an issue and give feedback.
MIT