uppy/packages/@uppy/svelte
Murderlon fe96096c3d
Merge branch 'master' into 2.0
* master: (23 commits)
  A bit of polish (#2986)
  Companion: Fix typescript error
  Companion: Fix invalid referrer crashing the process
  Publish 1.30 blog post
  Release
  Build: Companion needs to be built before locale-pack
  Release
  Fix build: locale-pack first, integrations second
  changelog for 1.30
  Release
  Update package.json
  Only log info if debug is true (#2855)
  build(deps): bump prismjs from 1.23.0 to 1.24.0 (#2971)
  Angular Integration (#2871)
  ci: don't run markdown tests in type tests
  Add types for `uppy.once` method (#2965)
  build: lint fixes in build scripts
  Fix typo in docs/progressbar.md (#2962)
  Document `uppy.once` in `docs/uppy.md` (#2960)
  Add `props` example to docs/vue.md (#2959)
  ...
2021-07-07 15:32:38 +02:00
..
src Svelte integration (#2671) 2020-12-23 13:45:26 +00:00
.gitignore Svelte integration (#2671) 2020-12-23 13:45:26 +00:00
LICENSE Svelte integration (#2671) 2020-12-23 13:45:26 +00:00
package.json Release 2021-06-30 23:07:21 +01:00
README.md Add all the CI badges (#2725) 2021-01-13 00:30:59 +00:00
rollup.config.js Update Linter (#2796) 2021-03-15 16:25:17 +00:00
tsconfig.json Svelte integration (#2671) 2020-12-23 13:45:26 +00:00

@uppy/svelte

Uppy logo: a superman puppy in a pink suit

CI status for Uppy tests CI status for Companion tests CI status for browser tests

Svelte component wrappers around Uppys officially maintained UI plugins.

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

Installation

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

Install from NPM:

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

Documentation

Documentation for this plugin can be found on the Uppy website. At the moment, there is no documentation yet, so this link won't work. Stay tuned for more info

License

The MIT License.