className | string | (optional) Outer DOM element class name |
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 . |
children | React.Node | (optional) Contents. |