---
order: 9
title:
zh-CN: 分段进度条
en-US: Progress bar with success segment
---
## zh-CN
标准的进度条。`type="circle|dashboard"` 时不支持分段颜色。
## en-US
A standard progress bar. Doesn't support trail color when `type="circle|dashboard"`.
```tsx
import { Progress, Tooltip } from 'antd';
import React from 'react';
const App: React.FC = () => (
<>
>
);
export default App;
```