1.0.8 • Published 6 years ago

@bbjxl/wxc-progress v1.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

wxc-progress

MinUI 小程序组件 - 进度条

Install

$ min install @bbjxl/wxc-progress

API

Progress【props】

属性描述
percent必填 进度百分比
stroke-width可选 进度条线的宽度,单位 rpx,默认值 16
active-color可选 高亮态进度条的颜色,支持纯色与线性渐变色。默认值 "#ffca49, #ffb262"。若只填一个色值,则进度条显示为该纯色值。
background-color可选 进度条背景色,默认值 "#e5e5e5"
radius可选 圆角角度,单位 rpx, 默认值 15

Link

地址
progress 组件文档 https://meili.github.io/min/docs/minui/index.html#progress
progress 组件源码 https://github.com/bbjxl/minui/tree/master/packages/wxc-progress
MinUI 组件库 https://github.com/meili/minui

Preview

progress

ChangeLog

v1.0.2(2017.11.02)

  • update .npmignore

v1.0.1(2017.10.24)

  • 初始版本