Responsive box-model layout component.
<Box p={5} fontSize={4} width={[ 1, 1, 1/2 ]} color='white' bg='magenta'> Box </Box>
width
: responsive widthfontSize
: responsive font sizecolor
: text colorbg
: background colorflex
: CSS flex shorthand propertyorder
: CSS order propertyalignSelf
: CSS align-self property