gregziegan / elm-calendar

Reusable Calendar widget written in Elm
BSD 3-Clause "New" or "Revised" License
66 stars 13 forks source link

Elm Calendar

A work in progress towards a reusable calendar widget.

demo

Contributing

I'm using elm-live for development, it's great!

Install elm-live:

npm i -g elm-live

Install the calendar dependencies elm-package install

Install the dependencies for the examples

cd examples && elm-package install && cd -

And run elm-live examples/src/<WhicheverExample>.elm --output=examples/elm.js --open --dir=examples

Then edit any of the files, and you should have some nice hot reloading!

PRs welcome 😄