你可以使用步骤条来显示流程步骤的列表。
类名 | 类型 | |
---|---|---|
steps | 组件类 | Container of step items |
step | 组件类 | A step item |
step-primary | 装饰类 | Adds `primary` color to step |
step-secondary | 装饰类 | Adds `secondary` color to step |
step-accent | 装饰类 | Adds `accent` color to step |
step-info | 装饰类 | Adds `info` color to step |
step-success | 装饰类 | Adds `success` color to step |
step-warning | 装饰类 | Adds `warning` color to step |
step-error | 装饰类 | Adds `error` color to step |
steps-vertical | 响应类 | makes `steps` vertical |
steps-horizontal | 响应类 | makes `steps` horizontal |