slab/prototypes/examples/divider.moon

11 lines
176 B
Plaintext
Raw Normal View History

2018-04-05 22:43:24 +00:00
-- http://www.material-ui.com/#/components/divider
{
text: "some text"
}
{ -- makes a horizontal rule effectively
newline: true
height: 1.0001
background: dark_grey
}