# @uppy/svelte

<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/svelte.svg?style=flat-square)](https://www.npmjs.com/package/@uppy/svelte)
![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)

Svelte component wrappers around Uppy’s officially maintained UI plugins.

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

## Installation

All Svelte components are provided through the `@uppy/svelte` package.

Install from NPM:

```shell
npm install @uppy/svelte
# Or with yarn
yarn add @uppy/svelte
```

## Documentation

Documentation for this plugin can be found on the
[Uppy website](https://uppy.io/docs/svelte). At the moment, there’s no
documentation yet, so this link won’t work. Stay tuned for more info

## License

[The MIT License](./LICENSE).
