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

21 lines
423 B
Plaintext

-- 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
}
}