Skip to content

Steps 步骤条

引导用户按步骤完成任务的步骤条。

基础用法

loading

垂直方向与对齐

loading

API

NeoSteps

属性说明类型
active当前步骤(从 0 开始)number
direction方向'horizontal' | 'vertical'
space间距number | string
processStatus进行中状态string
finishStatus已完成状态string
alignCenter标题是否居中boolean

NeoStep

属性说明类型
title标题string
description描述string
icon图标string
status状态'wait' | 'process' | 'finish' | 'error' | 'success'

MIT License