Container | CombricSkip to content

Container

Combric

Centered content-width boundary with prose, wide, and full sizes.

@combric/layout · v1.1.1 · Current

Import and usage

import { Container } from "@combric/react";

The framework-independent CSS contract is available from@combric/layout/css; the React wrapper comes from@combric/react.

Examples

Container

A readable prose-width container.

Prose, wide, and full sizes

Prose width
Wide width
Full width

Public API

Public exports
Name
Container
Documented contracts
Contract
size: prose | wide | full

Accessibility

Layout changes presentation only. Choose semantic elements and preserve meaningful source order; Combric does not add ARIA, reorder content, or measure the viewport.

Source

View React wrapper source on GitHub