JSPM

  • Created
  • Published
  • Downloads 310848
  • Score
    100M100P100Q189024F
  • License MIT

View library for Uppy remote provider plugins.

Package Exports

  • @uppy/provider-views
  • @uppy/provider-views/lib/GooglePicker/icons.js
  • @uppy/provider-views/lib/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@uppy/provider-views) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@uppy/provider-views

Uppy logo: a smiling puppy above a pink upwards arrow

npm version CI status for Uppy tests CI status for Companion tests CI status for browser tests

View library for Uppy remote provider plugins.

Uppy is being developed by the folks at Transloadit, a versatile file encoding service.

Example

import Plugin from '@uppy/core/lib/plugin'
import { ProviderViews } from '@uppy/provider-views'

class GoogleDrive extends UIPlugin {
  install() {
    this.view = new ProviderViews(this)
    // snip
  }

  render(state) {
    return this.view.render(state)
  }
}

Installation

Unless you are creating a custom provider plugin, you do not need to install this.

$ npm install @uppy/provider-views

License

The MIT License.