1.0.2 • Published 3 years ago

first-awesome-react-library v1.0.2

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

xP

Test Library

NPM JavaScript Style Guide

Install

npm install --save first-awesome-react-library

Usage

import React, { Component } from 'react'

import {Animate} from 'first-awesome-react-library'

effect = bounce | distortion | fade

class Example extends Component {
  render() {
    return <Animate effect="bounce" > 
      <MyComponent />
    </Animate>
  }
}

License

MIT © can-ates