--- order: 4 title: zh-CN: 竖直方向的步骤条 en-US: Vertical --- ## zh-CN 简单的竖直方向的步骤条。 ## en-US A simple step bar in the vertical direction. ```tsx import { Steps } from 'antd'; import React from 'react'; const description = 'This is a description.'; const App: React.FC = () => ( ); export default App; ```