Oda2 / react-text-typing

Component that performs the effect of writing

Home Page:https://oda2.github.io/react-text-typing/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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'));

License

Licensed under MIT

FOSSA Status

About

Component that performs the effect of writing

https://oda2.github.io/react-text-typing/

License:MIT License


Languages

Language:TypeScript 96.8%Language:HTML 3.2%