# List 列表

如果让你给列表组件写个介绍，你会怎么写。

## 使用示例

### 基本用法

可用于表示普通列表、无需列表、有序列表，以及嵌套。

[Example: ListExample](./_example/ListExample.jsx)

<!-- <Half> -->

### 下拉列表

可用于 Dropdown 中。

[Example: WithDropdownExample](./_example/WithDropdownExample.jsx)

<!-- </Half> -->

## 组件属性

[Interface: ListProps](./List.tsx)

[Interface: ListItemProps](./List.tsx)

[Interface: ListSubMenuProps](./List.tsx)
