logo

SINGULARITY

DOCS

PurchaseReturn to the Dashboard
Reference

Container

The container aligns your content horizontally at the center. It serves as a fundamental layout component.

Although containers can be nested, most layouts do not necessitate nested containers.

Fluid

The width of a fluid container is constrained by the value of the maxWidth prop.
<Container maxWidth="sm">

Fixed

For designs that prioritize a fixed set of sizes over a fully fluid viewport, you can apply the fixed prop. This sets the maximum width to match the minimum width of the current breakpoint.
<Container fixed>