react-text-typing
v0.2.0
Published
> Component that performs the effect of writing
Downloads
22
Readme
React text typing
Component that performs the effect of writing
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