Section
A Section component from the Sigil design system.
Import
import { Section } from "@sigil-ui/components";Preview
Usage
<Section>Section content</Section>Props
| Prop | Type | Default | Description |
|---|---|---|---|
gutter | `"none" | "sm" | "md" |
maxWidth | string | — | Max width constraint. |
as | ElementType | section | Render as a different element. |
Token integration
| CSS Variable | Purpose |
|---|---|
--s-content-max | Content max |