Drag and drop files here

Overview

This component:

  • Uploads file(s)
  • Funds the upload (if necessary)
  • Displays the uploaded file(s) (optionally)
  • Displays the upload receipt (optionally)

Usage

Default:

<Uploader />

To hide the image preview:

<Uploader showImageView={ false } />

To hide the receipt preview:

<Uploader showReceiptView={ false } />

Docs