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 in percentage based on 12 columns. 6 results in 50%, while 12 results in 100% in size. You can also provide Media Query types in an object. |
width | string or false | (optional)small , medium or large for predefined standard widths. |
element | string or React.Element | (optional) Define the type of element. Defaults to div . |
children | React.Node | (optional) Contents. |