--- order: 0 title: zh-CN: 基本用法 en-US: Basic --- ## zh-CN 基本的时间轴。 ## en-US Basic timeline. ```jsx import { Timeline } from 'antd'; export default () => ( Create a services site 2015-09-01 Solve initial network problems 2015-09-01 Technical testing 2015-09-01 Network problems being solved 2015-09-01 ); ```