slab/prototypes/examples/chip.moon

21 lines
423 B
Plaintext
Raw Normal View History

2018-04-05 22:43:24 +00:00
-- http://www.material-ui.com/#/components/chip
{
rounded: 5
background: some_color
padding: {right: 5}
-- somehow this knows to expand to size of children horizontally, but not vertically...
{
rounded: true -- full circle instead of special pixel count
background: an_image
}
{
text: "Colored Chip"
}
{
width: 0.8 -- 80% size of parent
rounded: true
background: an_x_image
}
}