version | 5.0.0 |
license | MIT |
native-modules | False |
elm-version | 0.18.0 <= v < 0.19.0 |
Tag | 5.0.0 |
Committed At | 2018-01-01 10:34:45 UTC |
This is a fork of krisajenkins/elm-dialog which aims to support WAI-ARIA.
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 jackwillis/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.
With node-test-runner installed,
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.