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
align
Description
Type
SystemProps["alignItems"]
basis
basis
Description
Shorthand for flexBasis
style prop
Type
SystemProps["flexBasis"]
direction
direction
Description
Shorthand for flexDirection
style prop
Type
SystemProps["flexDirection"]
grow
grow
Description
Shorthand for flexGrow
style prop
Type
SystemProps["flexGrow"]
justify
justify
Description
Shorthand for justifyContent
style prop
Type
SystemProps["justifyContent"]
shrink
shrink
Description
Shorthand for flexShrink
style prop
Type
SystemProps["flexShrink"]
wrap
wrap
Description
Shorthand for flexWrap
style prop
Type
SystemProps["flexWrap"]
Props#
align
align
Description
Shorthand for alignItems
style prop
Type
SystemProps["alignItems"]
basis
basis
Description
Shorthand for flexBasis
style prop
Type
SystemProps["flexBasis"]
direction
direction
Description
Shorthand for flexDirection
style prop
Type
SystemProps["flexDirection"]
grow
grow
Description
Shorthand for flexGrow
style prop
Type
SystemProps["flexGrow"]
justify
justify
Description
Shorthand for justifyContent
style prop
Type
SystemProps["justifyContent"]
shrink
shrink
Description
Shorthand for flexShrink
style prop
Type
SystemProps["flexShrink"]
wrap
wrap
Description
Shorthand for flexWrap
style prop
Type
SystemProps["flexWrap"]