uppload-react

1.2.1 • Public • Published

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>

/uppload-react/

    Package Sidebar

    Install

    npm i uppload-react

    Weekly Downloads

    7

    Version

    1.2.1

    License

    MIT

    Unpacked Size

    362 kB

    Total Files

    9

    Last publish

    Collaborators

    • anandchowdhary
    • elpablo