| id | Stack | ||
|---|---|---|---|
| cssPrefix | pf-v6-l-stack | ||
| section | foundations-and-styles | ||
| subsection | layouts | ||
| propComponents |
|
import './stack.css';
import { Stack, StackItem } from '@patternfly/react-core';
<Stack>
<StackItem>content</StackItem>
<StackItem isFilled>pf-m-fill</StackItem>
<StackItem>content</StackItem>
</Stack>;import { Stack, StackItem } from '@patternfly/react-core';
<Stack hasGutter>
<StackItem>content</StackItem>
<StackItem isFilled>pf-m-fill</StackItem>
<StackItem>content</StackItem>
</Stack>;