1.0.8 • Published 4 years ago

reactjs-typing-effect v1.0.8

Weekly downloads
17
License
ISC
Repository
-
Last release
4 years ago

ReactJsTyping

ReactJsTyping is a simple react component to add effect to strings like typing

Demo

npm.io

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

  • ReactJs - A JavaScript library for building user interfaces
  • babel

Installation

npm i reactjs-typing-effect

Development

Want to contribute? Great!

Make a pull request

License

ISC

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.0

4 years ago