Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/damukles/elm-dialog
A Dialog UI module based on Material Design Lite
https://github.com/damukles/elm-dialog
Last synced: 3 months ago
JSON representation
A Dialog UI module based on Material Design Lite
- Host: GitHub
- URL: https://github.com/damukles/elm-dialog
- Owner: damukles
- License: bsd-3-clause
- Created: 2017-02-02T10:58:56.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-25T17:38:06.000Z (over 7 years ago)
- Last Synced: 2024-08-02T00:23:40.286Z (6 months ago)
- Language: Elm
- Homepage: http://package.elm-lang.org/packages/damukles/elm-dialog/latest
- Size: 7.81 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-material-design - elm-dialog - Material Dialog in elm (Elm / Components)
README
# elm-dialog
A Dialog UI module based on Material Design Lite## Dependencies
Material Design LiteMake sure to include the mdl css in your index.html as described here:
https://getmdl.io/started/index.htmle.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