## Descriptions Display multiple fields in list form. ### Basic usage :::demo ```html kooriookami 18100000000 Suzhou School No.1188, Wuzhong Avenue, Wuzhong District, Suzhou, Jiangsu Province ``` ::: ### Sizes :::demo ```html ``` ::: ### Vertical List :::demo ```html kooriookami 18100000000 Suzhou School No.1188, Wuzhong Avenue, Wuzhong District, Suzhou, Jiangsu Province kooriookami 18100000000 Suzhou School No.1188, Wuzhong Avenue, Wuzhong District, Suzhou, Jiangsu Province ``` ::: ### Customized Style :::demo ```html kooriookami 18100000000 Suzhou School No.1188, Wuzhong Avenue, Wuzhong District, Suzhou, Jiangsu Province ``` ::: ### Descriptions Attributes | Attribute | Description | Type | Accepted Values | Default | |------------- |---------------- |---------------- |---------------------- |-------- | | border | with or without border | boolean | — | false | | column | numbers of `Descriptions Item` in one line | number | — | 3 | | direction | direction of list | string | vertical / horizontal | horizontal | | size | size of list | string | medium / small / mini | — | | title | title text, display on the top left | string | — | — | | extra | extra text, display on the top right | string | — | — | | colon | change default props colon value of Descriptions Item | boolean | — | true | | labelClassName | custom label class name | string | — | — | | contentClassName | custom content class name | string | — | — | | labelStyle | custom label style | object | — | — | | contentStyle | custom content style | object | — | — | ### Descriptions Slots | Name | Description | |------|--------| | title | custom title, display on the top left | | extra | custom extra area, display on the top right | ### Descriptions Item Attributes | Attribute | Description | Type | Accepted Values | Default | |------------- |---------------- |---------------- |---------------------- |-------- | | label | label text | string | — | — | | span | colspan of column | number | — | 1 | | labelClassName | custom label class name | string | — | — | | contentClassName | custom content class name | string | — | — | | labelStyle | custom label style | object | — | — | | contentStyle | custom content style | object | — | — | ### Descriptions Item Slots | Name | Description | |------|--------| | label | custom label |