@cc-test2/animations
v1.0.8
Published
Made with create-react-library
Downloads
2
Readme
animations
Made with create-react-library
Install
npm install --save animations
Usage
import React, { Component } from 'react'
import MyComponent from 'animations'
import 'animations/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
License
MIT © CodeCraft