Skip to content

Commit 5bd3ed6

Browse files
committed
[Customer accounts] Update Page inlineSize prop docs
1 parent 0ecb2a7 commit 5bd3ed6

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

.changeset/calm-sites-warn.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@shopify/ui-extensions': patch
3+
---
4+
5+
Update docs for inlineSize prop on customer account Page component

packages/ui-extensions/src/surfaces/customer-account/components/Page.d.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,10 @@ export interface PageProps extends IdProps {
1212
subheading?: string;
1313

1414
/**
15-
* The inline size of the page
16-
* - `base` corresponds to a set default inline size
17-
* - `large` full width with whitespace
15+
* The inline size of the page.
16+
*
17+
* - `base`: Matches the narrow width used by native pages for simple workflows.
18+
* - `large`: Uses the full width available to the main content area in customer accounts. Recommended for content-heavy pages or desktop-first experiences.
1819
*
1920
* @default 'base'
2021
*/

0 commit comments

Comments
 (0)