Plastic Design System

Layout

Box

Stack

Inline

Space

Center

Row

Levee

Card

Chip

The basis of Tag, Chip is just a Box with rounded corners and a color prop.

Bookmarks

<Chip color="red700">
  <LightOnDark>
    <Inline gap="sm" alignY="center">
      <Icon id="BookmarkOn" color="yellow200" />
      <Text>Bookmarks</Text>
    </Inline>
  </LightOnDark>
</Chip>