1.0.0 • Published 5 years ago

react-use-animation-test v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

react-use-animation-test

Testing react hooks

NPM JavaScript Style Guide

Install

npm install --save react-use-animation-test

Usage

import React, { Component } from 'react'

import MyComponent from 'react-use-animation-test'
import 'react-use-animation-test/dist/index.css'

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

License

MIT © bartlomiejwiejak

1.0.0

5 years ago