--- order: 13 title: zh-CN: 带有进度的步骤 en-US: Steps with progress --- ## zh-CN 带有进度的步骤。 ## en-US Steps with progress. ```tsx import { Steps } from 'antd'; import React from 'react'; const { Step } = Steps; const App: React.FC = () => ( ); export default App; ```