Module layout

Source
Expand description

Block structures of a page.

Structs§

ColumnsProps
The Columns properties struct for the configuration of the component.
ContainerProps
The FluidContainer properties struct for the configuration of the component.
FluidContainerProps
The FluidContainer properties struct for the configuration of the component.
MainContainerProps
The MainContainer properties struct for the configuration of the component.

Functions§

Columns
Responsive columns powered by flexbox.
Container
A responsive, fixed-width container with the max-width changes at each breakpoint.
FluidContainer
A full width container spanning the entire width of the viewport.
MainContainer
A container rendered as the <main> element.
OSZAR »