包详细信息

@ant-design/compatible

ant-design452.2kMIT5.1.4

Ant Design v3 to v4 compatible package

antd, compatible

自述文件

Ant Design Compatible

NPM version NPM downloads CircleCI

Install

yarn add @ant-design/compatible@v5-compatible-v4

Usage

Helps you to compatible different components between v4 and v5.

-- import { Button, Select, Dropdown } from 'antd';
++ import { Button, Select, Dropdown } from '@ant-design/compatible';

FAQ