Skip to content

Steps 步骤条 ​

分步流程指示,支持自定义标题/描述/状态。

基础用法 ​

vue
<template>
  <KbSteps :items="[{ title: '第一步' }, { title: '第二步' }]" :current="1" />
</template>

API ​

Props ​

属性类型默认值说明
itemsStepsItem[][]步骤项(title/description)
currentnumber0当前步骤