init wip
This commit is contained in:
20
prototypes/examples/bottom-navigation.moon
Normal file
20
prototypes/examples/bottom-navigation.moon
Normal file
@@ -0,0 +1,20 @@
|
||||
-- from http://www.material-ui.com/#/components/bottom-navigation
|
||||
|
||||
{
|
||||
toolbar: {
|
||||
width: 0.5
|
||||
padding: 3
|
||||
{
|
||||
-- default align is top-left (we want left, but in this case, vertical alignment doesn't mean anything)
|
||||
background: recents_icon
|
||||
}
|
||||
{
|
||||
align: "center"
|
||||
background: favorites_icon
|
||||
}
|
||||
{
|
||||
align: "right"
|
||||
background: nearby_icon
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user