elm-package.json
file at this tag.version | 1.0.1 |
license | BSD3 |
native-modules | False |
elm-version | 0.16.0 <= v < 0.17.0 |
Tag | 1.0.1 |
Committed At | 2018-10-15 14:46:32 UTC |
laszlopandy/elm-console | v | |
krisajenkins/elm-exts | 19.1.0 <= v < 20.0.0 | 19.4.0 |
evancz/start-app | 2.0.2 <= v < 3.0.0 | 2.0.2 |
evancz/elm-html | 4.0.2 <= v < 5.0.0 | 4.0.2 |
evancz/elm-effects | 2.0.1 <= v < 3.0.0 | 2.0.1 |
etaque/elm-response | 1.0.0 <= v < 2.0.0 | 1.0.0 |
elm-lang/core | 3.0.0 <= v < 4.0.0 | 3.0.0 |
deadfoxygrandpa/elm-test | 3.1.1 <= v < 4.0.0 | 3.1.1 |
NoRedInk/elm-check | 3.0.0 <= v < 4.0.0 | 3.0.0 |
Elm modal dialog boxes that fits in neatly with the Elm architecture.
See the examples/
directory for two fully-worked examples:
examples/Simple/App.elm
(live demo)examples/Advanced/App.elm
(live demo)From your top-level directory - the one with elm-package.json
in - call:
$ elm package install krisajenkins/elm-dialog
See the Elm package for full usage docs.
v4 version added a containerClass
field to the Config
record. You can set
this to containerClass = Nothing
until you need it.
make
...will run the whole build and test suite.
Thanks to Emilien Taque for ideas & support.
Thanks to Mike Onslow for the containerClass
feature.
Copyright © 2016 Kris Jenkins
Distributed under the MIT license.