# Jumper 跳转

用于上下翻页，适用于监控视图实例切换等。

## 使用示例

<!-- <Half> -->

### 基本用法

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

### 包含当前按钮

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

<!-- </Half> -->

## 组件属性

[Interface: JumperProps](./Jumper.tsx)

## 从 v1 升级

- 增加了 noBordered 支持无边框按钮样式
- 增加了 direction 属性支持两种按钮形态
- 增加了 current 按钮
