Skip to main content

Interface: ContainerProps

Defined in: components/Container/Container.tsx:46

Props for the Container component.

Extends

  • Omit<React.HTMLAttributes<HTMLDivElement>, "style" | "className">

Properties

children?

optional children?: ReactNode

Defined in: components/Container/Container.tsx:66

The shell's content.

Overrides

Omit.children


gutter?

optional gutter?: ContainerGutter

Defined in: components/Container/Container.tsx:64

Edge padding from the gutter scale. page is the full page gutter; section a tighter one; none removes it for full-bleed children.

Default

'page'

size?

optional size?: ContainerSize

Defined in: components/Container/Container.tsx:58

Inline-size cap. surface is the structural page/content width; card is the narrow centered-card width (an auth form, a standalone confirmation page — one object on the page, not a page-shell column); reading is the narrower long-form readability measure. There is no raw max-width.

Default

'surface'