Mikael Finstad 8f97fd61fa cleanup tsconfig (#5520) пре 5 месеци
..
src 029efdb99a meta: bump p-queue to latest, remove patch (#5391) пре 8 месеци
.npmignore a4bbd82977 @uppy/provider-views: migrate to TS (#4919) пре 1 година
CHANGELOG.md ca0a7864c9 Release: uppy@4.6.0 (#5500) пре 6 месеци
LICENSE ac07bcf0cb Move `ProviderView` to `@uppy/provider-views`. пре 6 година
README.md 71a6fcd956 Fix links (#5492) пре 6 месеци
package.json ca0a7864c9 Release: uppy@4.6.0 (#5500) пре 6 месеци
tsconfig.build.json 8f97fd61fa cleanup tsconfig (#5520) пре 5 месеци
tsconfig.json a4bbd82977 @uppy/provider-views: migrate to TS (#4919) пре 1 година

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.