grow | boolean | (optional) True to expand in width/height when there is more space available. Defaults to false. |
shrink | boolean | (optional) True to shrink in width/height when there is not enough space available for all components within the container. Defaults to false. |
size | number object | (optional) To set the size (parts) in percentage with numbers from 1 to 12 (sizeCount). You can also provide Media Query types in an object. You can also use the value auto to disable it on a specific screen size. Wrap your Flex.Items inside a Flex.Container. |
element | string React.Element | (optional) Define the type of element. Defaults to div. |
innerRef | React.Ref | (optional) Provide a React.Ref to accessing the inner HTML element. |
Space | string object | (optional) Spacing properties like top or bottom are supported. |