货无忧
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
643 B

2 years ago
# hd-progress
Circle 环形进度条
## Props
<!-- @vuese:hd-progress:props:start -->
|Name|Description|Type|Required|Default|
|---|---|---|---|---|
|inactive|是否置灰|`Boolean`|`false`|false|
|value|进度百分比,推荐使用v-model方式|`Number`|`false`|0|
|showText|是否显示进度文字|`Boolean`|`false`|true|
|text|进度条文字|`String`|`false`|-|
|textColor|进度文字颜色|`String`|`false`|#FFFFFF|
|color|进度条颜色|`String`|`false`|#1C64FD|
|layerColor|进度条底色|`String`|`false`|#EBEEF5|
|strokeWidth|进度条粗细,默认单位为px|`Number`|`false`|24|
<!-- @vuese:hd-progress:props:end -->