1.0.8 • Published 5 years ago

reactjs-typing-effect v1.0.8

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

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.0

5 years ago