An Om (ClojureScript) Dropzone component.
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.html
Copyright © 2015 Intception
Licensed under the EPL (see the LICENSE file).
Can you improve this documentation?Edit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close