mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-02 20:19:44 +08:00
parent
ed2303a5da
commit
acd3a8f4d2
@ -8,7 +8,7 @@ Vertical display timeline.
|
||||
|
||||
## When To Use
|
||||
|
||||
- When a series of information need to be ordered from top to bottom by time.
|
||||
- When a series of information needs to be ordered from top to bottom by time.
|
||||
- When you need a timeline to make a visual connection.
|
||||
|
||||
## API
|
||||
@ -28,7 +28,7 @@ Timeline
|
||||
|
||||
| Property | Description | Type | Default |
|
||||
|----------|----------------------------------------|------------|-------|
|
||||
| pending | to set the last ghost node's existence or its content | boolean\|string\|ReactNode | false |
|
||||
| pending | Set the last ghost node's existence or its content | boolean\|string\|ReactNode | `false` |
|
||||
|
||||
### Timeline.Item
|
||||
|
||||
@ -36,5 +36,5 @@ Node of timeline
|
||||
|
||||
| Property | Description | Type | Default |
|
||||
|----------|------------------------------------------|------------|-------|
|
||||
| color | to set the circle's color to `blue, red, green` or other custom colors | string | blue |
|
||||
| dot | custom timeline dot | string\|ReactNode | - |
|
||||
| color | Set the circle's color to `blue`, `red`, `green` or other custom colors | string | `blue` |
|
||||
| dot | Customize timeline dot | string\|ReactNode | - |
|
||||
|
Loading…
Reference in New Issue
Block a user