Skip to content
Merged
5 changes: 5 additions & 0 deletions .changeset/four-jeans-travel.md
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
---
"@primer/react": patch
---

Add draft `SplitPageLayout` component
12 changes: 6 additions & 6 deletions docs/content/PageLayout.mdx
Original file line numberDiff line numberDiff line change
Expand Up@@ -4,7 +4,7 @@ componentId: page_layout
status: Alpha
# description: TODO
source: https://github.com/primer/react/tree/main/src/PageLayout
storybook: https://primer.style/react/storybook?path=/story/layout-pagelayout--playground
storybook: https://primer.style/react/storybook?path=/story/layout-pagelayout--default
---

```js
Expand DownExpand Up@@ -215,7 +215,7 @@ See [storybook](https://primer.style/react/storybook?path=/story/layout-pagelayo
type={`| 'none'
| 'condensed'
| 'normal'`}
defaultValue="'normal'"
defaultValue="'none'"
description="The amount of padding inside the header."
/>
<PropsTableRow
Expand DownExpand Up@@ -277,7 +277,7 @@ See [storybook](https://primer.style/react/storybook?path=/story/layout-pagelayo
type={`| 'none'
| 'condensed'
| 'normal'`}
defaultValue="'normal'"
defaultValue="'none'"
description="The amount of padding inside the content."
/>
<PropsTableRow
Expand DownExpand Up@@ -312,7 +312,7 @@ See [storybook](https://primer.style/react/storybook?path=/story/layout-pagelayo
| 'start'
| 'end'
}`}
defaultValue="'start'"
defaultValue="'end'"
/>
<PropsTableRow
name="positionWhenNarrow"
Expand DownExpand Up@@ -342,7 +342,7 @@ See [storybook](https://primer.style/react/storybook?path=/story/layout-pagelayo
type={`| 'none'
| 'condensed'
| 'normal'`}
defaultValue="'normal'"
defaultValue="'none'"
description="The amount of padding inside the pane."
/>
<PropsTableRow
Expand DownExpand Up@@ -395,7 +395,7 @@ See [storybook](https://primer.style/react/storybook?path=/story/layout-pagelayo
type={`| 'none'
| 'condensed'
| 'normal'`}
defaultValue="'normal'"
defaultValue="'none'"
description="The amount of padding inside the footer."
/>
<PropsTableRow
Expand Down
Loading