Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/four-jeans-travel.md
Original file line number Diff line number Diff 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 number Diff line number Diff 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 Down Expand 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 Down Expand 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 Down Expand 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 Down Expand 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 Down Expand 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