mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-26 12:10:06 +08:00
56f0716b03
* List: support responsive * change grid api for responsive & use card responsive function * abstract getGrid * update snapshots * defind grid columns number * defind grid columns number * add ListGridType
1.5 KiB
1.5 KiB
category | type | title | cols |
---|---|---|---|
Components | Data Display | List | 1 |
Simple List.
When To Use
A list can be used to display content related to a single subject. The content can consist of multiple elements of varying type and size.
API
List
Property | Description | Type | Default |
---|---|---|---|
bordered | - | string | boolean | false |
loading | - | boolean | false |
itemLayout | - | string | - |
showLoadMore | - | boolean | false |
loadingMore | - | boolean | false |
onMoreClick | - | function | - |
pagination | - | boolean | object | false |
grid | - | object | - |
List grid props
Property | Description | Type | Default |
---|---|---|---|
gutter | - | number | 0 |
column | - | number | - |
xs | <768px - |
number | - |
sm | ≥768px - |
number | - |
md | ≥992px - |
number | - |
lg | ≥1200px - |
number | - |
xl | ≥1600px - |
number | - |
List.Item
Property | Description | Type | Default |
---|---|---|---|
extra | - | string|ReactNode | - |
actions | - | Array | - |
List.Item.Meta
Property | Description | Type | Default |
---|---|---|---|
avatar | - | ReactNode | - |
title | - | string|ReactNode | - |
description | - | string|ReactNode | - |