Sets visual boundaries of a webpage, limiting content width.
| Prop | Type | Description |
|---|---|---|
| children | React.Node | Accpets children to render |
| wrapper? | boolean | Adds minimal page height of 100vh |
| className? | string | Sets class attribute |
| lk? | boolean | Custom prop used in hrc |
import { Container } from "@brick-uikit/layout";