diff --git a/website/src/docs/svelte.md b/website/src/docs/svelte.md index 3735dfd83b..1d8c67b080 100644 --- a/website/src/docs/svelte.md +++ b/website/src/docs/svelte.md @@ -124,7 +124,17 @@ Styles for Provider plugins, like Google Drive and Instagram, are also bundled w #### Props -The `` component supports all `@uppy/dashboard` options to be passed as an object o +The `` component supports all `@uppy/dashboard` options to be passed as an object to the `props` prop: + +```html + +``` The `` cannot be passed to a `target:` option of a remote provider or plugins such as [`@uppy/webcam`][]. To use other plugins like [`@uppy/webcam`][] with the `` component, first add them to the Uppy instance, and then specify their `id` in the [`plugins`](/docs/dashboard/#plugins) prop: