# 描述 Descriptions 简单的列出信息。 ## 演示 ```demo basic columns span placement bordered size ``` ## Props ### Descriptions Props |名称|类型|默认值|介绍| |-|-|-|-| |title|`string`|`null`|| |column|`number`|`3`|| |label-placement|`'top' \| 'left'`|`'top`|| |label-align|`'center' \| 'left' \| 'right'`|`'left`|| |size|`'small' \| 'medium' \| 'large'`|`'medium'`|| |bordered|`boolean`|`false`|| ### Description Item Props |名称|类型|默认值|介绍| |-|-|-|-| |label|`string`|`null`|| |span|`number`|`1`|| ## Slots ### Descriptions Slots |名称|参数|介绍| |-|-|-| |default|`()`|| |header|`()`|| ### Description Item Slots |名称|参数|介绍| |-|-|-| |default|`()`|| |label|`()`||