mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-27 05:00:48 +08:00
677 B
677 B
Timeline 时间线
这个世界有两个纬度:时间、事件。
例子
basic
size
item-placement
Props
Timeline Props
名称 | 类型 | 默认值 | 说明 |
---|---|---|---|
item-placement | 'left' | 'right' |
'left' |
|
size | 'medium' | 'large' |
'medium' |
Timeline Item Props
名称 | 类型 | 默认值 | 说明 |
---|---|---|---|
title | string |
null |
|
content | string |
null |
|
time | string |
null |
|
type | 'default' | 'success' | 'info' | 'warning' | 'error' |
'default' |
Slots
Timeline Slots
名称 | 参数 | 说明 |
---|---|---|
default | () |
Timeline Item Slots
名称 | 参数 | 说明 |
---|---|---|
default | () |
|
header | () |
|
footer | () |