---
title: 容器
title_en: Container
name: container
publishDate: 2018-6-12
category: 1
order: 0
description: Container组件的描述
---

 何时使用

页面内单一块级容器，将整个页面主题业务内容包含

或

页面内多块级内容，较多内容时可以使用容器分块包裹

 参数

| 名称 | 描述       | 默认值     |
| ---- | ---------- | -------- |
| title    | 容器标题        | null |
| operation  | 操作列表 | <Array>[ReactNode] |
| operationItemLength    | 直接显示的最大操作数量       | 3 |