Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/damukles/elm-dialog

A Dialog UI module based on Material Design Lite
https://github.com/damukles/elm-dialog

Last synced: about 2 months ago
JSON representation

A Dialog UI module based on Material Design Lite

Awesome Lists containing this project

README

        

# elm-dialog
A Dialog UI module based on Material Design Lite

## 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.
```

```
You should not include the JS, instead take a look at [elm-mdl](http://package.elm-lang.org/packages/debois/elm-mdl/latest/).

## Installation
```
elm package install damukles/elm-dialog
```

## Getting started
Look at the [example](https://github.com/damukles/elm-dialog/tree/master/examples)
and read the module documentation