← Back to documentation
Page
A container of the whole page.
Information
Plan: Personal
Properties
| Property | Type | Default |
|---|---|---|
| Title | string | "" |
| Description | string | "" |
| Keywords | string | "" |
| Flexbox direction | enum<string> | "row" |
| Align items | enum<string> | "stretch" |
| Justify content | enum<string> | "stretch" |
| Gap | string | "2rem" |
| Padding | string | "2rem" |
| Width | string | "auto" |
| Height | string | "auto" |
| Background | string | "none" |
| Background color | string | "var(--pc-semantic-surface-page)" |
| Background image | string | "none" |
| Background size | string | "auto" |
| Background position | string | "center" |
| Background repeat | string | "repeat" |
| Background blend mode | string | "normal" |
| On broadcast | object | null |
| On emit | object | null |
| Selectors | array | [] |