v4.15.0
Github
🌝
Box is the primitive component that other components build from.
render( <Box padding={2} backgroundColor="blue-5" color="white"> Box with padding and a background color. </Box>)