Renders a div with display: flex; and flex-direction: column;
div
display: flex;
flex-direction: column;
StackBox<Stack backgroundColor="Primary" padding={3} > <Box color="Secondary"> Stack </Box> <Box color="Tertiary"> Box </Box> </Stack><Stack backgroundColor="Primary" padding={3}> <Box color="Secondary"> Stack </Box> <Box color="Tertiary"> Box </Box></Stack>Live Demo
<Stack backgroundColor="Primary" padding={3}> <Box color="Secondary"> Stack </Box> <Box color="Tertiary"> Box </Box></Stack>