Section

Page-section shell with block padding, centered inner width, and stack gap.

Category: layout · WCAG 2.1-AA · layout, section, page

Props

PropTypeDefaultDescription
width"content" | "wide" | "full""content"Max inline size: content=72rem, wide=90rem, full=none
gap1|2|3|4|5|6|8|10|128Stack gap between children (spacing token step)

Design tokens

When to use

When not to use

Examples

Content section

Centered 72rem content column with 2rem block padding

<Section width="content" gap={8}><h2>Heading</h2><p>Body copy.</p></Section>

Related components

← Back to docs