This container is a simple flexbox container with flex-direction: column. It works in a similar way as a <View />
from react-native component library - it distributes the children elements verticaly. The primary intention of this component is to build a layout for your application with a very simple set of CSS properties. It automaticaly tries to set its height to 100%. UikContainerHorizontal is it's horizontal variant. See a full usage on this page.
Property | Type | Required | Default Value | Description |
---|---|---|---|---|
children | React.Node | false | null | |
className | String | false | null | className, e.g. "my-custom-styling" |
...rest | any | false | Other properties are passed down to the wrapping element |