react-input-animations

React input animations

Usage no npm install needed!

<script type="module">
  import reactInputAnimations from 'https://cdn.skypack.dev/react-input-animations';
</script>

README

react-input-animations

React input animations

NPM JavaScript Style Guide

Install

npm install --save react-input-animations

Usage

import React, { Component } from 'react'

import MyComponent from 'react-input-animations'
import 'react-input-animations/dist/index.css'

class Example extends Component {
  render() {
    return <MyComponent />
  }
}

License

MIT © trunghd2809