elm-package.json
file at this tag.Tag | 4.1.0 |
Committed At | 2019-01-29 00:28:44 UTC |
A configurable, well-styled, feature rich Date Picker for the lovely Elm language.
For a solid quick-start guide, I recommend you check out the demo source here.
You can actually run the demo yourself as well by cloning this repository.
git clone https://github.com/abradley2/elm-datepicker && \
cd elm-datepicker && npm install && npm run start
Then play around with /src/Demo.elm
to try out different configurations and ways to use this.