@ant-design/compatible
Version:
Ant Design v3 to v4 compatible package
24 lines (15 loc) • 712 B
Markdown
# Ant Design Compatible
[](https://npmjs.org/package/@ant-design/compatible)
[](https://npmjs.org/package/@ant-design/compatible)
[](https://circleci.com/gh/ant-design/compatible)
## Install
```bash
yarn add @ant-design/compatible@v5-compatible-v4
```
## Usage
Helps you to compatible different components between v4 and v5.
```diff
-- import { Button, Select, Dropdown } from 'antd';
++ import { Button, Select, Dropdown } from '@ant-design/compatible';
```
## FAQ