Layout
Page
Page container with heading. Wraps the Polaris <s-page> web component.
Usage
<template>
<ShPage heading="Products" inline-size="base">
<!-- page content -->
</ShPage>
</template>
Props
| Prop | Type | Default | Description |
|---|---|---|---|
heading | string | — | Page heading text |
inlineSize | 'small' | 'base' | 'large' | — | Maximum inline size preset |
Slots
| Slot | Description |
|---|---|
default | Page body content |
Polaris Element
Renders as <s-page>. See Polaris Page docs.