reactjs-typing-effect

1.0.8 • Public • Published

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

  • 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

Readme

Keywords

Package Sidebar

Install

npm i reactjs-typing-effect

Weekly Downloads

1

Version

1.0.8

License

ISC

Unpacked Size

13 kB

Total Files

5

Last publish

Collaborators

  • hrishikeshawari