mirror of
https://github.com/correl/elm-mdl.git
synced 2024-11-23 11:09:51 +00:00
Merge branch 'master' of github.com:debois/elm-mdl
This commit is contained in:
commit
714f9b025e
1 changed files with 2 additions and 2 deletions
|
@ -10,9 +10,9 @@ CSS/JS implementation of the
|
||||||
Live demo
|
Live demo
|
||||||
[here](https://debois.github.io/elm-mdl/).
|
[here](https://debois.github.io/elm-mdl/).
|
||||||
|
|
||||||
MDL is implemented primarily through CSS, with a little bit of Javascript
|
MDL is implemented primarily through CSS, with a little bit of JavaScript
|
||||||
adding and removing CSS classes in response to DOM events. This port
|
adding and removing CSS classes in response to DOM events. This port
|
||||||
re-implements the CSS parts in Elm, but relies on the CSS of MDL verbatim.
|
re-implements the JavaScript parts in Elm, but relies on the CSS of MDL verbatim.
|
||||||
|
|
||||||
**CAUTION**! This is an early and incomplete prototype. Use at your own risk.
|
**CAUTION**! This is an early and incomplete prototype. Use at your own risk.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue