Page
<gstock-page>
|
GstockPage
API
Properties
| Name | Description | Reflects | Type | Default |
|---|---|---|---|---|
title
|
The title of the page. |
|
string
|
''
|
description
|
The description of the page. |
|
string
|
''
|
updateComplete
|
A read-only promise that resolves when the component has finished updating. |
Learn more about attributes and properties .
Slots
| Name | Description |
|---|---|
default
|
The main content of the page. |
breadcrumb
|
Used for placing breadcrumb navigation. Typically contains a
<gstock-breadcrumb> element.
|
Learn more about slots .
Custom Properties
| Name | Description | Default |
|---|---|---|
--page-spacing
|
Controls the spacing between page sections. | |
--page-max-width
|
Controls the maximum width of the page content. |
Learn more about custom properties .
CSS Parts
| Name | Description |
|---|---|
base
|
The component’s base wrapper. |
header
|
The page header containing title and description. |
title
|
The page title wrapper. |
description
|
The page description wrapper. |
breadcrumb
|
The breadcrumb navigation wrapper. |
content
|
The main content area. |
Learn more about CSS parts .