mirror of
https://github.com/correl/elm-mdl.git
synced 2024-12-18 03:00:11 +00:00
Merge branch 'master' of github.com:debois/elm-mdl
This commit is contained in:
commit
eb27468d8f
2 changed files with 2 additions and 2 deletions
|
@ -71,5 +71,5 @@ to Elm.
|
|||
- [Tables](https://www.getmdl.io/components/index.html#tables-section)
|
||||
- [Sliders](https://www.getmdl.io/components/index.html#sliders-section)
|
||||
- [Menus](https://www.getmdl.io/components/index.html#menus-section)
|
||||
- [Snackbars](https://www.getmdl.io/components/index.html#snackbar-section)
|
||||
- [Snackbars](https://www.getmdl.io/components/index.html#snackbar-section) [Work-in-progress]
|
||||
- [Tooltips](https://www.getmdl.io/components/index.html#tooltips-section)
|
||||
|
|
|
@ -28,7 +28,7 @@ module Material.Grid
|
|||
> into the following line.
|
||||
> - If a cell has a specified column size equal to or larger than the number
|
||||
> of columns for the current screen size, it takes up the entirety of its
|
||||
> row."
|
||||
> row.
|
||||
|
||||
Example use:
|
||||
|
||||
|
|
Loading…
Reference in a new issue