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
- Host: GitHub
- URL: https://github.com/themoritz/purescript-flatpickr
- Owner: themoritz
- Created: 2017-02-10T19:35:20.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-02T07:18:00.000Z (about 9 years ago)
- Last Synced: 2026-01-23T17:46:05.516Z (5 months ago)
- Topics: flatpickr, purescript
- Language: PureScript
- Size: 10.7 KB
- Stars: 4
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# purescript-flatpickr
[](https://github.com/themoritz/purescript-flatpickr/releases)
[](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).