--- order: 0 title: zh-CN: 基本用法 en-US: Basic --- ## zh-CN 基本的时间轴。 ## en-US Basic timeline. ```tsx import { Timeline } from 'antd'; import React from 'react'; const App: React.FC = () => ( 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 ); export default App; ```