Matches the align-content CSS property.
Matches the align-items CSS property.
Matches the flex-flow CSS property and its available values. To layout as a vertical view use "column", and for horizontal use "row".
Matches the flex-wrap CSS property.
Container Height
Matches the justify-content CSS property.
The position CSS property. Empty by default. This is particularly useful if laying out components inside a FlexContainer and the size of the component is meant to be a fixed size. In this case the position must be set to 'absolute', with the parent FlexContainer having 'relative' position. Without this the component will fail to correctly size itself.
Matches the text-align CSS property.
Container Width
Generated using TypeDoc
The config for a FlexBox-based container. This supports easy addition of content to a container with a flexible layout and use of space.