Properties
Property | Type | Description |
---|---|---|
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. |
width | string or false | (optional)small , medium or large for predefined standard widths. |
children | React.Node | (optional) Contents. |
Space | Various | (optional) Spacing properties like top or bottom are supported. |