# progress
进度条,不支持子组件,支持通用事件
# 属性
支持通用属性
名称 | 类型 | 默认值 | 必填 | 描述 |
---|---|---|---|---|
percent | <number> | 0 | 否 | 当前进度 |
type | horizontal | horizontal | 否 | 进度条类型,不支持动态修改 |
# 样式
支持通用样式
horizontal progress 底色为(136, 136, 136)
名称 | 类型 | 默认值 | 必填 | 描述 |
---|---|---|---|---|
color | <color> | #33b4ff | 否 | 进度条的颜色 |
stroke-width | <length> | 32px | 否 | 进度条的宽度 |
background-color | <color> | #f0f0f0 | 否 | 进度条的背景颜色 |
progress组件
进度条
基础用法
```html
```
复制代码
设计尺寸:750X750
←
→