redux-form-dropzone

0.0.1 • Public • Published

redux-form-dropzone

Simple react-dropzone wrapper for redux-form

Install

$ npm install --save redux-form-dropzone

Usage

import FileField from 'redux-form-dropzone'
import {Field} from 'redux-form'
 
const MyComponent = (props) => {
return (
        <Field name="resume" component={ FileField }  {...props.resume}/>
    )
}
 

License

MIT © Ashik Nesin

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.1
    85
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.1
    85

Package Sidebar

Install

npm i redux-form-dropzone

Weekly Downloads

85

Version

0.0.1

License

MIT

Last publish

Collaborators

  • ashiknesin