You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
514 B

---
order: 0
title:
zh-CN: 基本用法
en-US: Basic
---
9 years ago
## zh-CN
9 years ago
基本的时间轴。
## en-US
Basic timeline.
```jsx
import { Timeline } from 'antd';
9 years ago
9 years ago
ReactDOM.render(
<Timeline>
<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.Item>Network problems being solved 2015-09-01</Timeline.Item>
</Timeline>,
mountNode,
);
```