mirror of
https://github.com/correl/elm-mdl.git
synced 2024-12-18 03:00:11 +00:00
Added styling to Grid, Buttons.
This commit is contained in:
parent
4b94950e8b
commit
a7dbf5e710
1 changed files with 5 additions and 3 deletions
|
@ -9,11 +9,13 @@
|
|||
],
|
||||
"exposed-modules": [
|
||||
"Material",
|
||||
"Material.Style",
|
||||
"Material.Color",
|
||||
"Material.Icon",
|
||||
"Material.Button",
|
||||
"Material.Textfield",
|
||||
"Material.Grid",
|
||||
"Material.Layout"
|
||||
"Material.Layout",
|
||||
"Material.Grid"
|
||||
],
|
||||
"dependencies": {
|
||||
"debois/elm-dom": "1.0.0 <= v < 2.0.0",
|
||||
|
|
Loading…
Reference in a new issue