> vue3-simple-dropzone is file uploader componet for your Vue-3 project. At this moment this works for only single file uploading.
npm install vue3-simple-dropzone> vue3-simple-dropzone is file uploader componet for your Vue-3 project. At this moment this works for only single file uploading.
Find it at npm
#### Demo
Get source of the demo at https://github.com/fmabid/dpmaker
Run:
``bash`
npm i vue3-simple-dropzone
- To change style pass your css class name to the props className.onSelect
- Use to handle event.
Example:

` Drop file herevue
`
| Prop | Type | Description |
| ----------- | -------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| className | string | This is optional. To change style pass class names as string. |accept
| | string | This is optional. Pass the file types(audio/, video/, image/*, file_extension (e.g: .gif, .jpg, .png, .doc)) that you want to pick from the file input dialog box. |
| Event name | Description |
| ---------- | ---------------------- |
| onSelect` | Emits the file object. |