elm-calendar

Reusable Calendar widget written in Elm

BSD-3-CLAUSE License

Stars
66
Committers
5

Elm Calendar

A work in progress towards a reusable calendar widget.

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 😄