photo-upload-sapien
v1.1.4
Published
>
Downloads
1
Readme
photo-upload-sapien
Install
npm install --save photo-upload-sapien
Usage
import React, { Component } from 'react'
import PhotoUploader from 'photo-upload-sapien'
class Example extends Component {
render () {
return (
<PhotoUploader />
)
}
}
Props
- onComplete: PropTypes.func,
- selectButtonComponent: PropTypes.element,
- boxClassName: PropTypes.string,
- textClassName: PropTypes.string,
- dragTextClassName: PropTypes.string,
- text: PropTypes.string,
- dragText: PropTypes.string
License
MIT © rchvalbo