1.0.13 • Published 6 years ago

@bbjxl/wxc-counter v1.0.13

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

wxc-counter

MinUI 小程序组件 - 数字框

Install

$ min install @bbjxl/wxc-counter

API

Counter【props】

名称描述
number说明:当前数值,默认值:0,类型:字符串或者数值
max说明:上限值,默认值:1,类型:字符串或者数值
min说明:下限值,默认值:0,类型:字符串或者数值
color说明:正常状态下加减操作符的颜色,默认值:#ff5777,类型:字符串
changenumber说明:数值改变触发的事件,类型:函数

Link

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

Preview

counter

ChangeLog

v1.0.3(2018.04.27)

  • counter 组件新增加减操作符 color 属性

v1.0.2(2017.11.02)

  • update .npmignore

v1.0.1(2017.10.24)

  • 初始版本
1.0.13

6 years ago

1.0.12

6 years ago