You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
VFileInput is great, but many times you want to have a drag and drop zone in your app. I know you can build one yourself using divs, but it would be great if Vuetify had a nice stylized component. This would be useful in websites/apps where the user can upload files into a server file management system.
This would be awesome. In my current project there's still this empty area where "some time soon" I have to stitch together my own solution. Having this out of the box would be great!
Problem to solve
VFileInput is great, but many times you want to have a drag and drop zone in your app. I know you can build one yourself using divs, but it would be great if Vuetify had a nice stylized component. This would be useful in websites/apps where the user can upload files into a server file management system.
Kind of like this:
Proposed solution
Here is the JavaScript implementation: https://developer.mozilla.org/en-US/docs/Web/API/HTML_Drag_and_Drop_API/File_drag_and_drop
The text was updated successfully, but these errors were encountered: