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.

28 lines
506 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
export default () => (
<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>
);
```