@blanderbit/vue2-drag-drop-zone
v0.1.1
Published
## PROPS
Downloads
1
Maintainers
Readme
vue2-drag-drop-zone
PROPS
height - by default 400px, you can pass any height with any extension (px, em, vh....)
fileValidationOptions - Array of options, for check file extension, should be pass
[
{ extension: '.pdf' }
] // any extension
EVENTS
@success-dropped-files - returns files that haven`t passed the options check
@error-dropped-files - returns files that have passed the options check