11 lines
176 B
Plaintext
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
|
|
}
|