Container
The Container component is used for centering and horizontally padding data contents.
info
Props
| Attribute | Description | Type | Default |
|---|---|---|---|
| class | Prop that determines the class to add to the Container. | string | ‘container container–fluid’ |
| eager | Prop that determines if the page content will be rendered or not. | boolean | True |
| inheritedDisabled | Ensures that all child elements inherit and respect the disabled state when defined at the parent level. | boolean | false |
| inheritedReadonly | Ensures that all child elements inherit and respect the readonly state when defined at the parent level. | boolean | false |
| visible | Visibility of Container component. | boolean | true |
Mobile Usage
On mobile, except for dynamic screens, you should use only one Container.