Enables you to present a group of pieces of content, indicating that the items are related. For example, a table is a type of container.
Adds the specified classes to the root element of the component.
Type: String
Required: No
Determines whether the container content has padding. If
true
, removes the default padding from the content area.
Type: Boolean
Default: false
Valid values: true | false
Required: No
Determines whether the container header has padding. If
true
, removes the default padding from the header.
Type: Boolean
Default: false
Valid values: true | false
Required: No
Adds the specified ID to the root element of the component.
Type: String
Required: No
Specify a container variant with one of the following:
default
- Use this variant in standalone context.stacked
- Use this variant adjacent to other stacked containers (such as a container, table).
Type: String
Valid values: default | stacked
Required: No
Main content of the container.
Footer of the container.
Heading element of the container. Use the header component.
The documentation is made available under the Creative Commons Attribution-ShareAlike 4.0 International License. See the LICENSE file.