for more information visit the package's GitHub page
Package contains the following modules:
Note: this is a fork of krisajenkins/elm-dialog. I'm publishing this as a way to upgrade to elm 0.19, though if by the time you're reading this krisajenkins version is upgraded I recommend using that package instead.
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.