1.0.8 • Published 6 years ago

reactjs-typing-effect v1.0.8

Weekly downloads
17
License
ISC
Repository
-
Last release
6 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

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.0

6 years ago