1.1.2 • Published 2 years ago

vue-file-dropzone v1.1.2

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years 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

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago