@jherrerat/react-typing-animation
v1.0.0
Published
Ract typing animation Library
Downloads
3
Readme
react-typing-animation
Ract typing animation Library
Install
npm install --save react-typing-animation
Usage
import React, { Component } from 'react'
import MyComponent from 'react-typing-animation'
import 'react-typing-animation/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © JMHerreraT