mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-25 19:50:05 +08:00
1.1 KiB
1.1 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 |
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 | - |