Shorthand for alignItems style prop
Flex
Flex is Box with display set to flex and comes with helpful style shorthand. It renders a `div` element.
Props#
align
alignDescription
Type
SystemProps["alignItems"]basis
basisDescription
Shorthand for flexBasis style prop
Type
SystemProps["flexBasis"]direction
directionDescription
Shorthand for flexDirection style prop
Type
SystemProps["flexDirection"]grow
growDescription
Shorthand for flexGrow style prop
Type
SystemProps["flexGrow"]justify
justifyDescription
Shorthand for justifyContent style prop
Type
SystemProps["justifyContent"]shrink
shrinkDescription
Shorthand for flexShrink style prop
Type
SystemProps["flexShrink"]wrap
wrapDescription
Shorthand for flexWrap style prop
Type
SystemProps["flexWrap"]Props#
align
alignDescription
Shorthand for alignItems style prop
Type
SystemProps["alignItems"]basis
basisDescription
Shorthand for flexBasis style prop
Type
SystemProps["flexBasis"]direction
directionDescription
Shorthand for flexDirection style prop
Type
SystemProps["flexDirection"]grow
growDescription
Shorthand for flexGrow style prop
Type
SystemProps["flexGrow"]justify
justifyDescription
Shorthand for justifyContent style prop
Type
SystemProps["justifyContent"]shrink
shrinkDescription
Shorthand for flexShrink style prop
Type
SystemProps["flexShrink"]wrap
wrapDescription
Shorthand for flexWrap style prop
Type
SystemProps["flexWrap"]