2018-04-03 07:51:44 +00:00
|
|
|
## API
|
|
|
|
|
|
|
|
```` html
|
|
|
|
<Timeline>
|
|
|
|
<Timeline.Item>step1 2015-09-01</Timeline.Item>
|
|
|
|
<Timeline.Item>step2 2015-09-01</Timeline.Item>
|
|
|
|
<Timeline.Item>step3 2015-09-01</Timeline.Item>
|
|
|
|
<Timeline.Item>step4 2015-09-01</Timeline.Item>
|
|
|
|
</Timeline>
|
|
|
|
````
|
|
|
|
|
|
|
|
### Timeline
|
|
|
|
|
|
|
|
Timeline
|
|
|
|
|
|
|
|
| Property | Description | Type | Default |
|
|
|
|
| -------- | ----------- | ---- | ------- |
|
|
|
|
| pending | Set the last ghost node's existence or its content | boolean\|string\|slot | `false` |
|
2018-09-05 13:28:54 +00:00
|
|
|
| pendingDot | Set the dot of the last ghost node when pending is true | string\|slot | `<Icon type="loading" />` |
|
2018-12-05 04:32:46 +00:00
|
|
|
| reverse | reverse nodes or not | boolean | false |
|
|
|
|
| mode | By sending `alternate` the timeline will distribute the nodes to the left and right. | `left` \| `alternate` \| `right` | `left` |
|
|
|
|
|
2018-04-03 07:51:44 +00:00
|
|
|
|
|
|
|
### Timeline.Item
|
|
|
|
|
|
|
|
Node of timeline
|
|
|
|
|
|
|
|
| Property | Description | Type | Default |
|
|
|
|
| -------- | ----------- | ---- | ------- |
|
|
|
|
| color | Set the circle's color to `blue`, `red`, `green` or other custom colors | string | `blue` |
|
|
|
|
| dot | Customize timeline dot | string\|slot | - |
|