className | string | (optional) Outer DOM element class name |
direction | string | (optional) Direction of sub components. Can be: row or column . |
wrap | boolean | (optional) True to wrap contents if there is not enough space. |
justify | string | (optional) How to place sub components if there is space available in the container. Can be: flex-start , flex-end , center , space-between , space-around or space-evenly . |
divider | string | (optional) How to separate sub components. Can be: space or line . |
spacing | string or false | (optional) How much space between sub components. Can be medium , small or false for no spacing. |
children | React.Node | (optional) Contents. |