

# Progress

- category: Components
- chinese: 进度条
- type: 基本

---


## API

参数 | 说明 | 类型 | 默认值
-----|-----|-----|-----
rate | 占比 | number| 0( 0 - 1 )
style | 样式，建议设置 style.width , 否则在 native 端可能有卡顿 | object| 无
barStyle| 激活的进度条样式 |object | {color:'主品牌色，默认 #3089dc'}

## demo

```js
<Progress rate={0.8} style={{ width : 750, height : 10 }} />
```
