Plastic Design System

Layout

Box

Stack

Inline

Space

Center

Row

Levee

Card

Center

For centering things:

<Box bg="gray600" h="16xl">
  <Center bg="gray600" h="16xl">
    <Box w="lg" h="lg" bg="red200" />
  </Center>
</Box>