Skip to content

TrendingTechnology/react-text-typing

 
 

Repository files navigation

React text Typing

CircleCI Coverage Status npm version GitHub license GitHub issues GitHub stars FOSSA Status Dependencies

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

About

Component that performs the effect of writing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 83.5%
  • CSS 11.2%
  • HTML 5.3%