# Stepper 步骤

## 使用示例

#### 步骤指示示例

用户在进行多步操作时，用于提示用户当前的操作步骤。

### 步骤指示场景模拟

[Example: StepperJumpExample](./_example/StepperJumpExample.jsx)

### 步骤指示

[Example: StepperExample](./_example/StepperExample.jsx)

##

#### 流程说明示例

Stepper 同时可以用于展示某个流程的步骤说明：

### 流程说明

[Example: StepperProcessExample](./_example/StepperProcessExample.jsx)

<!-- <Half> -->

### 垂直流程说明

[Example: StepperProcessVerticalExample](./_example/StepperProcessVerticalExample.jsx)

### 垂直圆点流程说明

[Example: StepperProcessDotExample](./_example/StepperProcessDotExample.jsx)

<!-- </Half> -->

## 组件属性

[Interface: StepperProps](./Stepper.tsx)

[Interface: Step](./Stepper.tsx)
