2.1.0 • Published 4 years ago

react-not-typist v2.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

React Not Typist

React component for cycling through different strings. A lot of similar components will cycle through with a typing animation. This component offers a different style.

Demo

Also on codepen.

Installation

npm install react-not-typist --save

Usage

import NotTypist from 'react-not-typist';

function Reaction (props) {
  return (
    <p>
      That was <NotTypist 
        words={[
          'exciting',
          'interesting',
          'frightening'
        ]}
      />.
    </p>
  )
}
2.1.0

4 years ago

2.0.3

4 years ago

2.0.2

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.1.1

4 years ago

1.1.0

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.1

4 years ago

1.0.0

4 years ago