uppload-react
v1.2.1
Published
Official React component for Uppload
Downloads
10
Readme
Uppload React
Uppload React is the official React component for Uppload, the open-source file uploading widget.
Installation
yarn add uppload-react
Usage
<UpploadReact settings={{
endpoint: "/example_backend"
}} onUpload={fileUrl => {
console.log("Image uploaded", fileUrl);
}}>
<button>Upload new file</button>
</UpploadReact>