Plastic Design System

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>