<Flex>
Property | Type | Default | Editor |
---|---|---|---|
alignChildren Short cut child alignment property for both alignChildrenHorizontal and alignChildrenVertical. | OneOf |
| |
alignChildrenHorizontal Horizontal alignment of children flex items. | OneOf |
| |
alignChildrenVertical Vertical alignment of children flex items. | OneOf |
| |
alignSelf Flex item alignment property (changes with parent direction). | OneOf |
| |
direction Direction on which way to flex items. | OneOf |
| |
gap Spacing applied between child flex items, values are global spacing variables. | OneOf |
| |
grow Flex item property if it should grow with available space. | Boolean |
| |
initial Initial width to flex from for a child item. | OneOf |
| |
shrink Flex item property if it should shrink. | Boolean |
| |
wrap Flag to allow flex items to wrap over to new lines | Boolean |
|
Check out this project on Github