0.2.0 • Published 3 years ago

react-text-typing v0.2.0

Weekly downloads
3
License
MIT
Repository
-
Last release
3 years ago

React text typing

Component that performs the effect of writing

CircleCI Coverage Status npm version GitHub license GitHub issues GitHub stars FOSSA Status react-text-typing Edit admiring-sun-5qry6

Installation

$ npm add react-text-typing

//  OR

$ yarn add react-text-typing

Demo

Exemple

Examples

import React from 'react';
import ReactDOM from 'react-dom';
import Text from 'react-text-typing';

const App = () => (
  <Text
    text="Example Text"
    showBlink={true}
    component="h1"
  />
);

ReactDOM.render(<App />, document.getElementById('root'));

NPM Statistics

Download stats for this NPM package

NPM

License

Licensed under MIT

FOSSA Status

0.2.0

3 years ago

0.1.0

3 years ago

0.0.3

6 years ago

0.0.4

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago