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
83bca03023
1 changed files with 2 additions and 2 deletions
|
@ -66,12 +66,12 @@ The remaining components, use Javascript
|
||||||
in various ways. Toggles seem to use Javascript exclusively to insert ripple-animations and __might__ be easy to implement using the `Ripple.elm`
|
in various ways. Toggles seem to use Javascript exclusively to insert ripple-animations and __might__ be easy to implement using the `Ripple.elm`
|
||||||
component:
|
component:
|
||||||
|
|
||||||
- [Toggles](https://www.getmdl.io/components/index.html#toggles-section)
|
- [Toggles](https://www.getmdl.io/components/index.html#toggles-section)[WIP]
|
||||||
|
|
||||||
The rest I haven't looked at; they may or may not be straightforward to port
|
The rest I haven't looked at; they may or may not be straightforward to port
|
||||||
to Elm.
|
to Elm.
|
||||||
|
|
||||||
- [Tables](https://www.getmdl.io/components/index.html#tables-section)
|
- [Tables](https://www.getmdl.io/components/index.html#tables-section)[Work in progress: [Alexander Foremny](https://github.com/aforemny)]
|
||||||
- [Sliders](https://www.getmdl.io/components/index.html#sliders-section)
|
- [Sliders](https://www.getmdl.io/components/index.html#sliders-section)
|
||||||
- [Menus](https://www.getmdl.io/components/index.html#menus-section) [Work in progress: [Alexander Foremny](https://github.com/aforemny)]
|
- [Menus](https://www.getmdl.io/components/index.html#menus-section) [Work in progress: [Alexander Foremny](https://github.com/aforemny)]
|
||||||
- [Tooltips](https://www.getmdl.io/components/index.html#tooltips-section)
|
- [Tooltips](https://www.getmdl.io/components/index.html#tooltips-section)
|
||||||
|
|
Loading…
Reference in a new issue