# 使用说明
// 按需引入需要在 app.scss 中引入对应样式 progress.scss
import { ClProgress } from "mp-colorui";
# 一般用法
# 参数说明
# Progress 参数
参数 | 说明 | 类型 | 可选值 | 默认值 |
---|---|---|---|---|
shape | 进度条形状 | string | normal ,radius ,round | normal |
bgColor | 进度条背景色 | string | 参考文档 默认色 | blue |
size | 进度条大小设置 | string | normal ,small ,xsmall | normal |
stripe | 进度条条纹(渐变色无条纹效果) | string | true ,false | false |
animation | 进度条动画 | boolean | true ,false | false |
percent | 进度条百分比 | number | 0-100 | 0 |
部分功能需扫码预览才能正常显示。
← Modal 模态框 Loading 加载 →