---
hero:
    title: '@vtx/modals'
    desc: 基于Antd二次封装的React组件库
    actions:
        - text: 开始使用
          link: /docs/getting-started
features:
    - title: 简单易用
      desc: 在 Ant Design 上进行了自己的封装，更加易用
    - title: 预设行为
      desc: 更少的代码，更少的 Bug
    - title: 代码示例
      desc: 结合实际场景，快速掌握组件的使用方式
---

## 安装

```shell
yarn add @vtx/modals -S
```

## 使用

```js
import { BeInput } from '@vtx/modals';
```
