Steps (步骤条)
多步流程(items + current):横向/纵向、完成/进行/待办状态,数据驱动且 SSR 安全。
基础用法
填写信息
账号与昵称
- 2
验证邮箱
点击邮件链接
- 3
完成
开始使用
Basic.vue
纵向
已提交
资源已进入审核队列
- 2
审核中
管理员正在审核
- 3
已发布
Vertical.vue
颜色与尺寸
步骤一
- 2
步骤二
- 3
步骤三
步骤一
- 2
步骤二
- 3
步骤三
Colors.vue
属性
| 属性 | 类型 | 默认值 | 说明 |
|---|---|---|---|
| items * | KunStepItem[] | — | |
| className | string | "" | |
| color | KunUIColor | "primary" | |
| current | number | 0 | 0-based index of the current step; earlier steps render as done. |
| orientation | "horizontal" | "vertical" | "horizontal" | |
| size | KunStepsSize | "md" |