billstclair/elm-dialog - version: 1.0.1

for more information visit the package's GitHub page

Package contains the following modules:

elm-dialog

A Dialog UI module based on Material Design Lite

[This is a fork of damukles/elm-dialog, changed only to make it build in Elm 0.19]

Dependencies

Material Design Lite

Make sure to include the mdl css in your index.html as described here: https://getmdl.io/started/index.html

e.g.

<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="https://code.getmdl.io/1.3.0/material.indigo-pink.min.css">

You should not include the JS, instead take a look at elm-mdl.

Installation

elm package install billstclair/elm-dialog

Getting started

Look at the example and read the module documentation