Update readme.md

This commit is contained in:
arnaudDerbey
2019-07-01 19:31:45 +02:00
committed by GitHub
parent e091ee6f05
commit 0ce1e3eaf9

View File

@@ -46,7 +46,7 @@ $ npm i sv-dropzone
| hooveringClass | "dropzone-hoovering" | string | | hooveringClass | "dropzone-hoovering" | string |
| id | "dropId" | string | | id | "dropId" | string |
| autoDiscover | false | bool | | autoDiscover | false | bool |
| slot | `<p class="dropzoneDefaultSentence"> drop your file(s) here or click to add file </p>` | element | | slot | `<p class="dropzoneDefaultSentence"> drop your file(s) here or click </p>` | element |
- All dropzone events can be found [here](https://www.dropzonejs.com/#events-list) - All dropzone events can be found [here](https://www.dropzonejs.com/#events-list)
- All dropzone options can be found [here](https://www.dropzonejs.com/#configuration-options) - All dropzone options can be found [here](https://www.dropzonejs.com/#configuration-options)
@@ -54,6 +54,6 @@ $ npm i sv-dropzone
[dropzonejs]: https://www.dropzonejs.com/ [dropzonejs]: https://www.dropzonejs.com/
[svelte]: https://svelte.dev/ [svelte]: https://svelte.dev/
[sapper]: https://svelte.dev/ [sapper]: https://svelte.dev/
[eventname]: https://www.dropzonejs.com/#events [eventname]: https://www.dropzonejs.com/#events-list
[optionname]: https://www.dropzonejs.com/#configuration-options [optionname]: https://www.dropzonejs.com/#configuration-options
[logo]: https://github.com/adam-p/markdown-here/raw/master/src/common/images/icon48.png "Logo Title Text 2" [logo]: https://github.com/adam-p/markdown-here/raw/master/src/common/images/icon48.png "Logo Title Text 2"