@beysong/wxc-steps

MinUI 小程序组件 - 步骤条

Usage no npm install needed!

<script type="module">
  import beysongWxcSteps from 'https://cdn.skypack.dev/@beysong/wxc-steps';
</script>

README

wxc-steps

MinUI 小程序组件 - 步骤条

Install

$ min install @minui/wxc-steps

API

Steps【props】

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

### steps 数组项
名称 描述
title [说明]:步骤名称。
[类型]:String
默认值:""
desc [说明]:步骤描述。
[类型]:String
[默认值]:""

Link

||地址| |--|---| ||steps 组件文档
https://meili.github.io/min/docs/minui/index.html#steps
| ||steps 组件源码
https://github.com/beysong/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)

  • 初始版本