init wip
This commit is contained in:
10
prototypes/examples/divider.moon
Normal file
10
prototypes/examples/divider.moon
Normal file
@@ -0,0 +1,10 @@
|
||||
-- http://www.material-ui.com/#/components/divider
|
||||
|
||||
{
|
||||
text: "some text"
|
||||
}
|
||||
{ -- makes a horizontal rule effectively
|
||||
newline: true
|
||||
height: 1.0001
|
||||
background: dark_grey
|
||||
}
|
Reference in New Issue
Block a user