alex-tan/elm-dialog - version: 1.0.0

for more information visit the package's GitHub page

Package contains the following modules:

Elm Dialog - A Modal Dialog Widget for Elm

NOTE: This is a fork.

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.

END NOTE

Elm modal dialog boxes that fits in neatly with the Elm architecture.

Aims

Examples

Screenshot

See the examples/ directory for two fully-worked examples:

Installation

From your top-level directory - the one with elm-package.json in - call:

$ elm package install krisajenkins/elm-dialog

Usage

See the Elm package for full usage docs.

Migration

v3 to v4

v4 version added a containerClass field to the Config record. You can set this to containerClass = Nothing until you need it.

Building

make

...will run the whole build and test suite.

Credits

Thanks to Emilien Taque for ideas & support. Thanks to Mike Onslow for the containerClass feature.

License

Copyright © 2016 Kris Jenkins

Distributed under the MIT license.