# 使用说明
// 按需引入需要在 app.scss 中引入对应样式 steps.scss
import { ClStep } from "mp-colorui";
# 一般用法
# 参数说明
# Step 参数说明
参数 | 说明 | 类型 | 可选值 | 默认值 |
---|---|---|---|---|
type | 步骤条形状 | string | arrow ,line | line |
activeColor | 激活的颜色 | string | 参考文档 默认色-标准色 | blue |
step | 默认激活第几步 | number | - | 0 |
stepIconType | 每一步的样式,可自定义 | string | number ,space ,custom | number |
stepTitlePosition | 每一步提示文字位置 | string | top ,bottom | bottom |
steps | *每一步的内容 | steps[] | 详情 | - |
# steps
参数 | 说明 | 类型 | 可选值 | 默认值 |
---|---|---|---|---|
title | 每一步提示文字 | string | - | - |
icon | 每一步的图标,可选类型请查看 参考文档 Icon-iconName(仅在 stepIconType === custom 时有效) | string | - | - |
部分功能需扫码预览才能正常显示。