Skip to content

intception/om-dropzone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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).

Releases

No releases published

Packages

No packages published