1.0.12 • Published 6 years ago

@bbjxl/wxc-steps v1.0.12

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

wxc-steps

MinUI 小程序组件 - 步骤条

Install

$ min install @bbjxl/wxc-steps

API

Steps【props】

名称描述
steps说明:步骤信息数组。组成对象参见steps数组项。类型Array默认值:[]
current说明:当前进行的步骤位置,从0开始。类型Number默认值0
名称描述
title说明:步骤名称。类型String默认值:""
desc说明:步骤描述。类型String默认值""

Link

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

Preview

steps

ChangeLog

v1.0.3(2018.01.04)

  • 步骤描述样式修改

v1.0.2(2017.11.02)

  • update .npmignore

v1.0.1(2017.10.24)

  • 初始版本