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/calm-sites-warn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@shopify/ui-extensions': patch
---

Update docs for inlineSize prop on customer account Page component
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ export interface PageProps extends IdProps {
subheading?: string;

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