# Timeline 时间线
可视化地呈现时间流信息。
# 基础用法
Copy
# 自定义节点类型
Copy
# 自定义颜色
Copy
# wu-plus-timeline Attributes
参数 | 说明 | 类型 | 可选值 | 默认值 |
---|---|---|---|---|
type | 类型 | TypeEnums | "success"、"info"、"warning"、 "danger" | -- |
# wu-plus-timeline-item Attributes
参数 | 说明 | 类型 | 可选值 | 默认值 |
---|---|---|---|---|
timestamp | 时间戳 | String | -- | -- |
hide-timestamp | 是否隐藏时间戳 | Boolean | true、false | false |
placement | 时间戳位置 | String | 'top' 、 'bottom' | 'bottom' |
type | 节点类型 | String | 'primary'、'success'、'warning'、'danger'、'info' | -- |
color | 节点颜色 | String | -- | -- |
color | 节点颜色 | String | -- | -- |
# wu-plus-timeline-item Slot
参数 | 说明 |
---|---|
dot | 自定义节点 |