grow | boolean | (optional) True to expand in width/height when there is more space available. |
shrink | boolean | (optional) True to shrink in width/height when there is not enough space available for all components within the container. |
size | object or number | (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.Item's inside a Flex.Container. |
element | string or 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 | Various | (optional) spacing properties like top or bottom are supported. |