Skip to content

Main Element

Provides a responsive container for the native HTML main element

Usage

Basic Usage

html
<page-main>
</page-main>

CSS Parts

NameDescription
containerResponsive container element
contentWrapper for main page content

CSS Variables

NameDescriptionTypeDefault
--container-bgColorBackground color of the outer container partcolor
  • inherit
--container-fgColorBackground color of the inner content partcolor-
--container-fgColor-smBackground color of the content part for small containerscolor-

Slots

NameDescriptionType
noneContent to be wrapped in the HTML main element*
heroContent to place above all other content*