for more information visit the package's GitHub page
Package contains the following modules:
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.