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

https://github.com/themoritz/purescript-flatpickr

PureScript bindings to the flatpickr datepicker
https://github.com/themoritz/purescript-flatpickr

flatpickr purescript

Last synced: 4 months ago
JSON representation

PureScript bindings to the flatpickr datepicker

Awesome Lists containing this project

README

          

# purescript-flatpickr

[![Latest release](http://img.shields.io/github/release/themoritz/purescript-flatpickr.svg)](https://github.com/themoritz/purescript-flatpickr/releases)
[![Build status](https://travis-ci.org/themoritz/purescript-flatpickr.svg?branch=master)](https://travis-ci.org/themoritz/purescript-flatpickr)

PureScript bindings for [flatpickr](https://chmln.github.io/flatpickr/).

## Run the example

``` shell
$ bower i
$ pulp browserify --include example/src --to example/dist/bundle.js
$ google-chrome example/dist/index.html
```

## Documentation

Module documentation is
[published on Pursuit](http://pursuit.purescript.org/packages/purescript-flatpickr).

You can find an example usage [here](example/src/Main.purs).