# @uppy/provider-views

> View library for Uppy remote provider plugins.

Latest version **5.2.2** (published 2025-12-09) · MIT license · 0 weekly downloads

## Install

```sh
npm install @uppy/provider-views
pnpm add @uppy/provider-views
yarn add @uppy/provider-views
bun add @uppy/provider-views
```

## Health

**Score 60/100 (C)** — status: stable.

Positive: esm support; no vulnerabilities; high maintenance score; popular repo.

Warnings: low downloads; no types.

## Facts

| | |
|---|---|
| Version | 5.2.2 |
| Published | 2025-12-09 |
| First published | 2018-06-28 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM |
| Dependencies | 6 |
| Unpacked size | 348.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 30989 |
| Maintainers | kvz, tim-kos, murderlon, mifi, uppydev |
| Keywords | file uploader, uppy |

## Links

- npm: https://www.npmjs.com/package/@uppy/provider-views
- Repository: https://github.com/transloadit/uppy
- Homepage: https://uppy.io
- Issues: https://github.com/transloadit/uppy/issues
- npm.io page: https://npm.io/package/@uppy/provider-views

## Dependencies (6)

- [lodash](https://npm.io/package/lodash.md) ^4.17.21
- [nanoid](https://npm.io/package/nanoid.md) ^5.0.9
- [preact](https://npm.io/package/preact.md) ^10.5.13
- [p-queue](https://npm.io/package/p-queue.md) ^8.0.0
- [classnames](https://npm.io/package/classnames.md) ^2.2.6
- [@uppy/utils](https://npm.io/package/@uppy/utils.md) ^7.1.5

## Recent versions

- 5.2.2 (latest) — 2025-12-09
- 4.0.0-beta.11 (next) — 2024-07-02
- 5.2.1 — 2025-12-04
- 5.2.0 — 2025-12-02
- 5.1.2 — 2025-10-30
- 5.1.1 — 2025-10-17
- 5.1.0 — 2025-10-08
- 5.0.2 — 2025-09-16
- 5.0.1 — 2025-08-28
- 5.0.0 — 2025-08-22
- 4.5.3 — 2025-08-20
- 4.5.2 — 2025-08-01
- 4.5.1 — 2025-07-29
- 4.5.0 — 2025-07-29
- 4.4.5 — 2025-06-30
- … 117 more at https://npm.io/package/@uppy/provider-views/versions

## README

# @uppy/provider-views

<img src="https://uppy.io/img/logo.svg" width="120" alt="Uppy logo: a smiling puppy above a pink upwards arrow" align="right">

[![npm version](https://img.shields.io/npm/v/@uppy/provider-views.svg?style=flat-square)](https://www.npmjs.com/package/@uppy/provider-views)
![CI status for Uppy tests](https://github.com/transloadit/uppy/workflows/CI/badge.svg)
![CI status for Companion tests](https://github.com/transloadit/uppy/workflows/Companion/badge.svg)
![CI status for browser tests](https://github.com/transloadit/uppy/workflows/End-to-end%20tests/badge.svg)

View library for Uppy remote provider plugins.

Uppy is being developed by the folks at [Transloadit](https://transloadit.com),
a versatile file encoding service.

## Example

```js
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.

```bash
$ npm install @uppy/provider-views
```

<!-- Undocumented currently
## Documentation

Documentation for this plugin can be found on the [Uppy website](https://uppy.io/docs/DOC_PAGE_HERE).
-->

## License

[The MIT License](./LICENSE).

---
_Source: https://npm.io/package/@uppy/provider-views · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
