Page layout

page-layout is the base standard component to house all of the components in a page. This component contains the standard background color, maximum width and minimum height.

Primary

Secondary

Inputs
innerPadding ?: boolean

Sets the padding for the inner container (left/right padding). Will default to the `padding` value if not given.

layoutMinHeight ?: LayoutMinHeight = LayoutMinHeight.FULL
layoutMinHeightDesktopSmall ?: LayoutMinHeight
layoutType ?: LayoutType = LayoutType.SINGLE
mobilePadding ?: boolean = false

Sets the mobile padding property for the inner container.

padding ?: boolean = true
pageSize ?: any = ContainerSize.DESKTOP_LARGE