mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-28 13:09:40 +08:00
docs: Timeline Last node - English Translation (#3262)
This commit is contained in:
parent
79f2829584
commit
a3fb631ece
@ -17,10 +17,10 @@ When the timeline is incomplete and ongoing, put a ghost node at last. set `pend
|
||||
import { Timeline } from 'antd';
|
||||
|
||||
ReactDOM.render(
|
||||
<Timeline pending={<a href="#">查看更多</a>}>
|
||||
<Timeline.Item>创建服务现场 2015-09-01</Timeline.Item>
|
||||
<Timeline.Item>初步排除网络异常 2015-09-01</Timeline.Item>
|
||||
<Timeline.Item>技术测试异常 2015-09-01</Timeline.Item>
|
||||
<Timeline pending={<a href="#">See more</a>}>
|
||||
<Timeline.Item>Create a services site 2015-09-01</Timeline.Item>
|
||||
<Timeline.Item>Solve initial network problems 2015-09-01</Timeline.Item>
|
||||
<Timeline.Item>Technical testing 2015-09-01</Timeline.Item>
|
||||
</Timeline>
|
||||
, mountNode);
|
||||
````
|
||||
|
Loading…
Reference in New Issue
Block a user