slab/prototypes/examples/divider.moon
Paul Liverman III f0a9da387a init wip
2018-04-05 15:43:24 -07:00

11 lines
176 B
Plaintext

-- http://www.material-ui.com/#/components/divider
{
text: "some text"
}
{ -- makes a horizontal rule effectively
newline: true
height: 1.0001
background: dark_grey
}