svelte-file-dropzone
Advanced tools
Comparing version
@@ -1079,3 +1079,3 @@ (function (global, factory) { | ||
if (acceptedFiles.length > 0 && onDropAccepted) { | ||
if (acceptedFiles.length > 0) { | ||
dispatch("dropaccepted", { acceptedFiles, event }); | ||
@@ -1082,0 +1082,0 @@ } |
{ | ||
"name": "svelte-file-dropzone", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Svelte component for fileupload and file dropzone", | ||
@@ -5,0 +5,0 @@ "svelte": "src/index.js", |
# svelte-file-dropzone | ||
Svelte implementation of [react-dropzone](https://github.com/react-dropzone/react-dropzone). | ||
SvelteJS component for file upload and dropzone.The component is Svelte implementation of [react-dropzone](https://github.com/react-dropzone/react-dropzone). | ||
Storybook at https://svelte-file-dropzone.netlify.app/ | ||
[Click here for Storybook link](https://svelte-file-dropzone.netlify.app/?path=/info/examples--basic-dropzone) | ||
@@ -21,3 +21,3 @@ ## Installation | ||
<script> | ||
import Dropzone from "./../../src"; | ||
import Dropzone from "svelte-file-dropzone"; | ||
@@ -24,0 +24,0 @@ let files = { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
103415
0.07%