Examples
Wrappable
content
content
content
content
content
content
content
content
content
content
content
content
content
content
Props
Split
Name | Type | Default | Description |
---|---|---|---|
children | React.ReactNode | null | content rendered inside the split layout. |
className | string | '' | Additional classes added to the split layout. |
component | React.ReactNode | 'div' | Sets the base component to render. Defaults to div. |
hasGutter | boolean | false | Adds space between children. |
isWrappable | boolean | false | Allows children to wrap. |
SplitItem
Name | Type | Default | Description |
---|---|---|---|
children | React.ReactNode | null | Content rendered inside the split layout item. |
className | string | '' | Additional classes added to the split layout item. |
component | React.ReactNode | 'div' | Sets the base component to render. Defaults to div. |
isFilled | boolean | false | Flag indicating if this split layout item should fill the available horizontal space. |
CSS variables
Expand or collapse column | Selector | Variable | Value | |
---|---|---|---|---|
.pf-v6-l-split | --pf-v6-l-stack--m-gutter--Gap | 1rem | ||
|