| Property | Type | Description |
|---|---|---|
alignContent?! Breakpoint Compatible | AlignContent | One of: Baseline, Center, End, Start, Stretch |
alignItems?! Breakpoint Compatible | AlignItems | One of: Baseline, Center, End, Start, Stretch |
alignSelf?! Breakpoint Compatible | AlignSelf | One of: Baseline, Center, End, Start, Stretch |
attachBottom? | boolean | |
attachLeft? | boolean | |
attachRight? | boolean | |
attachTop? | boolean | |
children? | React.ReactNode | |
className? | string | |
display?! Breakpoint Compatible | Display | One of: Block, Flex, Hide, HideAccessible, Inline, InlineBlock, InlineFlex |
ellipsis? | boolean | |
flexDirection?! Breakpoint Compatible | FlexDirection | One of: Column, ColumnReverse, Row, RowReverse |
flexGrow?! Breakpoint Compatible | FlexValue | One of: 0, 1, 2, 3, 4 |
flexOrder?! Breakpoint Compatible | FlexValue | One of: 0, 1, 2, 3, 4 |
flexShrink?! Breakpoint Compatible | FlexValue | One of: 0, 1, 2, 3, 4 |
flexWrap?! Breakpoint Compatible | FlexWrap | One of: NoWrap, Wrap, WrapReverse |
fullHeight? | boolean | |
fullWidth? | boolean | |
justifyContent?! Breakpoint Compatible | JustifyContent | One of: Around, Between, Center, End, Start |
margin?! Breakpoint Compatible | Margin | One of: MarginValue, MarginValues |
overflow? | Overflow | One of: Auto, Hidden, Scroll, Visible |
padding?! Breakpoint Compatible | Padding | One of: PaddingValue, PaddingValues |
position?! Breakpoint Compatible | Position | One of: Absolute, Fixed, Relative |
refDelegate? | | |
resize? | Resize | One of: None, X, Y |
textAlign?! Breakpoint Compatible | TextAlign | One of: Center, Left, Right |
verticalAlign? | VerticalAlign | One of: Baseline, Bottom, Middle, TextBottom, TextTop, Top |
visibility?! Breakpoint Compatible | Visibility | One of: Hidden, Visible |
zIndex? | ZIndex | One of: Above, Below, Default |