mirror of
https://github.com/correl/elm-mdl.git
synced 2024-12-18 03:00:11 +00:00
Changed links in demo
This commit is contained in:
parent
85c1b34fbd
commit
c68a2fa2eb
2 changed files with 7 additions and 4 deletions
|
@ -5,6 +5,9 @@ Port of Google's
|
|||
CSS/JS implementation of the
|
||||
[Material Design Specification](https://www.google.com/design/spec/material-design/introduction.html).
|
||||
|
||||
Live demo
|
||||
[here](https://debois.github.io/elm-mdl/).
|
||||
|
||||
MDL is implemented primarily through CSS, with a little bit of Javascript
|
||||
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.
|
||||
|
|
|
@ -83,11 +83,11 @@ drawer =
|
|||
[ Layout.title "Example drawer"
|
||||
, Layout.navigation
|
||||
[ Layout.link
|
||||
[href "https://groups.google.com/forum/#!forum/elm-discuss"]
|
||||
[text "Elm Discuss"]
|
||||
[href "https://github.com/debois/elm-mdl"]
|
||||
[text "github"]
|
||||
, Layout.link
|
||||
[href "http://elm-lang.org"]
|
||||
[text "Elm"]
|
||||
[href "http://package.elm-lang.org/packages/debois/elm-mdl/1.0.0/"]
|
||||
[text "elm-package"]
|
||||
]
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in a new issue