An Om (ClojureScript) Dropzone component.
- tests
This is under development, use at your own risk :)
You need to add dropzone js/css/ to your html (local or remote)
<link href="css/dropzone.css" rel="stylesheet">
<script type="text/javascript" src="js/dropzone.min.js"></script><link href="https://cdnjs.cloudflare.com/ajax/libs/dropzone/3.12.0/css/dropzone.css" rel="stylesheet">
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/dropzone/3.12.0/dropzone.min.js"></script>$ lein cljsbuild once
$ open examples/basic/index.htmlCopyright © 2015 Intception
Licensed under the EPL (see the LICENSE file).