1.0.6 • Published 5 years ago

bootstrap4c-dropzone v1.0.6

Weekly downloads
191
License
MIT
Repository
github
Last release
5 years ago

Bootstrap4C

dropzone

The Bootstrap4C Dropzone is a simple Bootstrap 4 stylesheet component for the brilliant DropzoneJS library (http://www.dropzonejs.com).

See demo here => https://haubek.github.io

Yarn install

yarn add bootstrap4c-dropzone

CSS

<link href="path/to/component-dropzone.css" rel="stylesheet">

HTML5 markup

<div id="dropzone" class="dropzone"></div>

Javascript

Dropzone.autoDiscover = false;
jQuery(document).ready(function() {
  $("#dropzone").dropzone({
    url: "/file/post",
    dictDefaultMessage: "Drop files here or<br>click to upload..."
  });
});
1.0.6

5 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

7 years ago

1.0.1

7 years ago