Skip to content

Commit

Permalink
Update packages/react-core/src/components/Page/examples/Page.md
Browse files Browse the repository at this point in the history
Co-authored-by: Erin Donehoo <[email protected]>
  • Loading branch information
kmcfaul and edonehoo authored Jul 22, 2024
1 parent 525ef77 commit 9e0e64b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-core/src/components/Page/examples/Page.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ When the `isManagedSidebar` property is true, it manages the sidebar open/close

By default, page sections will not fill available vertical space of a page.

To change the default behavior, pass `isContentFilled` to the `Page` component, and use the `isFilled` property on any child `PageSection` or `PageGroup` components to specify whether they should fill the available vertical space.
To change this default behavior, pass `isContentFilled` to the `<Page>` component and `isFilled={true}` to any child `<PageSection>` or `<PageGroup>` component that you want to fill the space. If multiple components are set to fill, then the available space will be split equally between them.

```ts file="./PageWithOrWithoutFill.tsx"

Expand Down

0 comments on commit 9e0e64b

Please sign in to comment.