# Step 步骤条

# 概述

拆分某项流程的步骤,引导用户按流程完成任务。

# 代码示例

# API

# Steps Props

属性 说明 类型 默认值
current 表示当前步骤,从1开始 Number 1
size 步骤条的尺寸,可选值为small或者不写 String null
direction 步骤条的方向,可选值为horizontal(水平)或vertical(垂直) String horizontal

# Step Props

属性 说明 类型 默认值
title 标题 String null
content 步骤的描述内容,可选 String null

# Step Solts

属性 说明
default 更换节点的默认图标
上次编辑时间: 5/25/2022, 2:59:01 AM