Vue.js 2 Wrapper For Dropzone.js

Install & Download:

# Yarn
$ yarn add vue2-dzone
# NPM
$ npm install vue2-dzone

Description:

A Vue2 wrapper for Dropzone.js that provides drag’n’drop file uploads with image previews for your web applications.

Features:

  • Default theme
  • Form using div tag, not form tag.
  • Vue-Slot driven form template
  • Vue-Slot driven preview template
  • pass option to dropzone from single prop
  • pass option to dropzone from entire object
  • Catch native dropzone instance

Preview:

vue2-dzone

Add Comment