Flex
API#
All of the properties of the <Flex> component are not required. Pick whatever you want.
You can use the properties of the Box component to modify the element’s margin or padding.
And these as well:
| Property | Description |
|---|---|
| alignItems | The align-items CSS property |
| flexDirection | The flex-direction CSS property |
| flexWrap | The flex-wrap CSS property |
| justifyContent | The justify-content CSS property |