0.0.1 • Published 4 years ago

ui-document-uploader v0.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

Overview

React UI module for uploading documents

Usage

Install the @sunrun/ui-document-uploader npm module into your project.

import DocumentUploader from '@sunrun/ui-document-uploader';

<DocumentUplaoder token={myToken} env="majstg" />

Props

  • token: Upload token
  • env: Which environment should be used. Possible values are
    • local (default if not specified or invalid value)
    • devmaj
    • majstg
    • prd
0.0.1

4 years ago