✍️
React Text Typing
  • React text Typing
Powered by GitBook
On this page
  • Installation
  • Demo
  • Examples
  • NPM Statistics
  • License

Was this helpful?

React text Typing

Last updated 5 years ago

Was this helpful?

Installation

$ npm add react-text-typing

//  OR

$ yarn add react-text-typing

Demo

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

License

Licensed under

MIT
FOSSA Status
CircleCI
Coverage Status
npm version
FOSSA Status
Edit admiring-sun-5qry6
GitHub issues
GitHub stars
GitHub license
Exemple
Dependencies
NPM