Liking cljdoc? Tell your friends :D

om-dropzone

An Om (ClojureScript) Dropzone component.

Clojars Project

TODOs

  • tests

Word of advice

This is under development, use at your own risk :)

Usage

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>

Example

$ lein cljsbuild once
$ open examples/basic/index.html

Copyright and license

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