dependabot[bot] e0dbf54a4b build(deps): bump nanoid from 5.0.7 to 5.0.9 (#5544) 4 月之前
..
src 9164ad5feb Add @uppy/webdav (#5551) 4 月之前
.npmignore a4bbd82977 @uppy/provider-views: migrate to TS (#4919) 1 年之前
CHANGELOG.md e07c83bebe Release: uppy@4.8.0 (#5541) 5 月之前
LICENSE ac07bcf0cb Move `ProviderView` to `@uppy/provider-views`. 6 年之前
README.md 71a6fcd956 Fix links (#5492) 6 月之前
package.json e0dbf54a4b build(deps): bump nanoid from 5.0.7 to 5.0.9 (#5544) 4 月之前
tsconfig.build.json 8f97fd61fa cleanup tsconfig (#5520) 5 月之前
tsconfig.json afd4befee2 Google Picker (#5443) 5 月之前

README.md

@uppy/provider-views

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.