Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 641 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 641 Bytes

Elm DatePicker -component

This is a simple date picker component written in Elm. It's been written as a learning exercise and should be treated as such. It's in my hopes that it will be usable by others as well in the future.

Trying it out

If you would like to see it in action, the example is not hard to set up, just:

  1. Install the Elm Platform
  2. Clone this repository
  3. Go the directory where you cloned this repository
  4. Run elm-make DatePicker.elm
  5. Fire up Elm's dev server with elm-reactor
  6. Point your browser at http://localhost:8000/index.html