Timeline 时间线
可视化地呈现时间流信息。
基础用法
Timeline 可拆分成多个按照时间戳排列的活动, 时间戳是其区分于其他控件的重要特征, 使用时注意与 Steps 步骤条等区分。
⾃定义节点样式
可根据实际场景⾃定义节点尺⼨、颜⾊,或直接使⽤图标。
⾃定义时间戳
当内容在垂直⽅向上过⾼时,可将时间戳置于内容之上。
Update Github template
Tom committed 2018/4/12 20:46
Update Github template
Tom committed 2018/4/3 20:46
Update Github template
Tom committed 2018/4/2 20:46
垂直居中
垂直居中样式的 Timeline-Item
Update Github template
Tom committed 2018/4/12 20:46
Update Github template
Tom committed 2018/4/3 20:46
- Event start
- Event end
反向 2.11.9
使用 reverse 属性来控制节点的顺序。
Timeline API
Timeline Attributes
| 插槽名 | 说明 | 类型 | 默认值 |
|---|---|---|---|
| reverse 2.11.9 | 是否逆序排序 | boolean | false |
Timeline Slots
| 属性名 | 说明 | 子标签 |
|---|---|---|
| default | timeline 组件的自定义默认内容 | Timeline-Item |
Timeline-Item API
Timeline-Item Attributes
| 插槽名 |
|---|
| timestamp |
| hide-timestamp |
| center |
| placement |
| type |
| color |
| size |
| icon |
| hollow |
Timeline-Item Slots
| 方法名 | 详情 |
|---|---|
| default | customize default content for timeline item |
| dot | customize defined node for timeline item |