A container for a group of components with an optional border.
| Property | Type | Required | Description |
|---|---|---|---|
| Boolean | No | If true, a border is displayed around the box. Defaults to false. ⚠️ Deprecated - Please use |
components | Array<Layout> | Yes | The contained components. |
control | String | No | Specify a particular control to use to represent the layout. If the control is unknown, it will be ignored. |
margin | Size | No | The vertical margin to apply after this component. Defaults to md. |
type | String | Yes | It must be box. |
width | Size | No | The width of the box. Defaults to xl. |