Expand description
Block structures of a page.
Structs§
- Columns
Props - The
Columns
properties struct for the configuration of the component. - Container
Props - The
FluidContainer
properties struct for the configuration of the component. - Fluid
Container Props - The
FluidContainer
properties struct for the configuration of the component. - Main
Container Props - 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. - Fluid
Container - A full width container spanning the entire width of the viewport.
- Main
Container - A container rendered as the
<main>
element.