1.0.4 • Published 3 years ago

@mas.io/mas-adc-circle v1.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

安装

tnpm install --save @alipay/mas-adc-circle

组件介绍

圆环形的进度条组件,支持进度渐变动画。

参数说明

属性必填参数类型参数说明默认值示例
valuenumber050
sizenumber圆环直径10050
colorstring进度条颜色#1989fa#1989fa
layerColorstring轨道颜色#fff#1989fa
fillstring填充颜色-#1989fa
speednumber动画速度50100
textstring文字-demo
strokeWidthnumber进度条宽度410
clockwiseboolean是否顺时针增加truefalse

在小程序中使用

{
  "usingComponents": {
    "mas-adc-circle": "@alipay/mas-adc-circle/es/index"
  }
}

在 page.axml 中引用组件

<!-- 页面使用方式 -->
 <mas-adc-circle
  value="{{50}}"
/>

Badges

TNPM version TNPM downloads