react-not-typist
TypeScript icon, indicating that this package has built-in type declarations

2.1.0 • Public • Published

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

The component in action

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>
  )
}

Readme

Keywords

none

Package Sidebar

Install

npm i react-not-typist

Weekly Downloads

1

Version

2.1.0

License

MIT

Unpacked Size

33.4 kB

Total Files

18

Last publish

Collaborators

  • shlappas