Container
A Container component from the Sigil design system.
Import
import { Container } from "@sigil-ui/components";Preview
Usage
<Container>Container content</Container>Props
| Prop | Type | Default | Description |
|---|---|---|---|
size | `"narrow" | "default" | "wide"` |
center | boolean | true | Center the container. |
Token integration
| CSS Variable | Purpose |
|---|---|
--s-content-max-narrow | Content max narrow |
--s-content-max | Content max |
--s-content-max-wide | Content max wide |
--s-page-margin | Page margin |