reactjs-typing-effect
v1.0.8
Published
Reactjs typing effect component
Downloads
13
Readme
ReactJsTyping
ReactJsTyping is a simple react component to add effect to strings like typing
Demo
Usage
import ReactJsTyping from 'reactjs-typing-effect';
const listOfString=['Reactjs Typing','custom speed']
render(){
<div style={{ fontSize: 20, color: '#2196F3'}}>
<ReactJsTyping StringList={listOfString} speed={500}/>
</div>
}
props
- StringList - Array of list
- speed - Speed in ms to type
- cursorColor - cursor color default is #666
Tech
Installation
npm i reactjs-typing-effect
Development
Want to contribute? Great!
Make a pull request
License
ISC