@rax-ui/list
v1.0.0-beta.62
Published
Rax UI List
Downloads
28
Readme
display: List family: general
List
列表作为一个单一的连续元素来以垂直排列的方式显示多行条目。
API
<List>
<List.Item media={}>
<List.ItemMedia>
<List.ItemAction>
<List.ItemContent>
<List.ItemLabel>
<List.ItemCaption>
CSS API
| 名称 | 说明 |
|:---------------|:--------|
| list
| 列表样式 |
| list__item
| 列表项样式 |
| list__item__divider
| 列表分割线样式 |
| list__item__content
| 列表项内容样式 |
| list__item__media
| 列表项图标/图片容器样式 |
| list__item__label
| 列表项主文本样式 |
| list__item__caption
| 列表项次要文本样式 |
| list__item__icon
| 列表图标样式 |