0.2.2 • Published 4 years ago

react-plopzone v0.2.2

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

react-plopzone

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save react-plopzone

Usage

import React, { Component } from 'react'

import MyComponent from 'react-plopzone'
import 'react-plopzone/dist/index.css'

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

License

MIT © mikkmartin