An open API service indexing awesome lists of open source software.

https://github.com/kernelp4nic/om-datepicker

An Om (ClojureScript) datepicker component, based on Stefan Petre's (of eyecon.ro) for Twitter Bootstrap.
https://github.com/kernelp4nic/om-datepicker

Last synced: 8 months ago
JSON representation

An Om (ClojureScript) datepicker component, based on Stefan Petre's (of eyecon.ro) for Twitter Bootstrap.

Awesome Lists containing this project

README

          

om-datepicker
=============

An [Om](https://github.com/swannodette/om) ([ClojureScript](https://github.com/clojure/clojurescript)) datepicker component, style based on [Stefan Petre's](eyecon.ro) for [Twitter Bootstrap](getbootstrap.com).

![alt tag](https://github.com/kernelp4nic/om-datepicker/blob/master/examples/usage.gif)

## TODOs

* date restrictions

* tests

* click outside datepicker hides it?

* clojars deploy

## Word of advice

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

## Example

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

## Copyright and license

Copyright © 2014 Sebastián Moreno / Intception

Licensed under the EPL (see the LICENSE file).