Split layout
Split layout
SplitLayout
displays items in two separate areas at opposite ends of a container. You can define the container in a vertical or horizontal orientation.
Examples
How to use
Accessibility
- If you need two defined areas at the opposite horizontal ends of a container, for example, if you need two button bar components in a header.
- If your layout requires more than two regions. Instead, use
FlowLayout
. - If you want more complex customization in your layout, consider
FlexLayout
.
To import SplitLayout
from the core Salt package, use:
Name | Type | Description | Default |
---|