All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.docs.layouts.Split.examples.Split.md Maven / Gradle / Ivy

The newest version!
---
id: Split
section: layouts
cssPrefix: pf-v6-l-split
---import './Split.css'

## Examples

### Basic

```html
content
pf-m-fill
content
``` ### With gutter ```html
content
pf-m-fill
content
``` ### Wrappable ```html
content
content
content
content
content
content
content
content
content
content
content
content
content
content
``` ## Documentation ### Overview The split layout is designed to position items horizontally, with one item filling the available horizontal space. ### Usage | Class | Applied to | Outcome | | -- | -- | -- | | `.pf-v6-l-split` | `
`, `
`, or `
` | Initiates the split layout. | | `.pf-v6-l-split__item` | `
` | Initiates a split item. **Required** | | `.pf-m-gutter` | `.pf-v6-l-split` | Adds space between children by using the globally defined gutter value. | | `.pf-m-wrap` | `.pf-v6-l-split` | Sets the split layout to wrap. | | `.pf-m-fill` | `.pf-v6-l-split__item` | Specifies which item(s) should fill the avaiable horizontal space. |




© 2015 - 2025 Weber Informatics LLC | Privacy Policy