Steps (步骤条)

多步流程(items + current):横向/纵向、完成/进行/待办状态,数据驱动且 SSR 安全。

基础用法

  1. 填写信息

    账号与昵称

  2. 2

    验证邮箱

    点击邮件链接

  3. 3

    完成

    开始使用

Basic.vue

纵向

  1. 已提交

    资源已进入审核队列

  2. 2

    审核中

    管理员正在审核

  3. 3

    已发布

Vertical.vue

颜色与尺寸

  1. 步骤一

  2. 2

    步骤二

  3. 3

    步骤三

  1. 步骤一

  2. 2

    步骤二

  3. 3

    步骤三

Colors.vue

属性

属性类型默认值说明
items *KunStepItem[]
classNamestring""
colorKunUIColor"primary"
currentnumber00-based index of the current step; earlier steps render as done.
orientation"horizontal" | "vertical""horizontal"
sizeKunStepsSize"md"