Renders a centred layout.
The default spacing is md.
<.center space="base"> <.box padding="xs" border="sm"> <.p> Centered Box with Paragraph. Elements on this page will have the `.gc-gap-base` class. </.p> </.box> </.center> <.center space="lg"> <.box padding="xs" border="sm"> <.p> Centered Box with Paragraph. Elements on this page will have the `.gc-gap-lg` class. </.p> </.box> </.center>
Centered Box with Paragraph
Standalone Paragraph within the Center layout