Plastic Design System

Layout

Box

Stack

Inline

Space

Center

Row

Levee

Card

Stack

For stacking elements vertically with spacing between them:

<Stack>
  <Box h="lg" bg="blue200" />
  <Box h="lg" bg="red200" />
  <Box h="lg" bg="orange200" />
  <Box h="lg" bg="green200" />
</Stack>