1.1.2 • Published 8 months ago

vue-file-dropzone v1.1.2

Weekly downloads
-
License
MIT
Repository
-
Last release
8 months ago

Vue File Dropzone

NPM License

Lightweight drag & drop component for Vue < 5k 😎 Emits the dropped file to parent component.

play

Usage

npm i vue-file-dropzone

<script setup>
import FileDropzone from 'vue-file-dropzone'
import 'vue-file-dropzone/dist/style.css

function handleDrop(file) {
  //todo
}
</script>


<template>
<FileDropzone @drop-file="handleDrop"/>
</template

Contact

Feel free to ping me 💫 connect@giladshohat.com

giladshohat.com

1.1.2

8 months ago

1.1.1

8 months ago

1.1.0

8 months ago

1.0.9

9 months ago

1.0.8

9 months ago

1.0.7

9 months ago

1.0.6

9 months ago

1.0.5

9 months ago

1.0.4

9 months ago

1.0.3

9 months ago

1.0.2

9 months ago

1.0.1

9 months ago

1.0.0

9 months ago