Page

Header

Page.Block

Page wraps the full page layout, while Page.Block centers content and applies a max width. Use Page.Block in headers and footers to keep content aligned with the main content area.

Footer

Properties

Page

PropertyDescriptionDefault
Control
Properties
as

Overrides html-tag

"div" "body"
"div"
contentBlockPadding

Adds a standardised padding of 4rem between content and footer

"end" "none"
"end"
footerPosition

Places footer below page-fold

"belowFold"
undefined
Snippets
children

Content

 -
footer

Footer content

 -

Properties included from: HTMLAttributes<HTMLElement>

PageBlock

PropertyDescriptionDefault
Control
Properties
as
unknown "div"
gutters

Adds a standardised responsive padding-inline

boolean
false
width

Predefined max-width

"text" "md" "lg" "xl" "2xl"
undefined
Snippets
children

Content

 -

Properties included from: HTMLAttributes<HTMLElement>