naive-ui/demo/documentation/components/timeline/enUS/index.md
2020-01-31 22:36:22 +08:00

35 lines
698 B
Markdown

# Timeline
The world is 2 demensioned. One of them is time. The Other is event.
## Demos
```demo
basic
size
item-placement
```
## Props
### Timeline Props
|Name|Type|Default|Description|
|-|-|-|-|
|item-placement|`'left' \| 'right'`|`'left'`||
|size|`'medium' \| 'large'`|`'medium'`||
### Timeline Item Props
|Name|Type|Default|Description|
|-|-|-|-|
|title|`string`|`null`||
|content|`string`|`null`||
|time|`string`|`null`||
|type|`'default' \| 'success' \| 'info' \| 'warning' \| 'error'`|`'default'`||
## Slots
### Timeline Slots
|Name|Parameters|Description|
|-|-|-|
|default|`()`||
### Timeline Item Slots
|Name|Parameters|Description|
|-|-|-|
|default|`()`||
|header|`()`||
|footer|`()`||