Component That Performs The Effect Of Writing

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

Download Details:

Author: Oda2

GitHub: https://github.com/Oda2/react-text-typing

#reactjs #javascript #react

Component That Performs The Effect Of Writing
3.65 GEEK