跳到主要内容

介绍

业务组件基于 antd ,antd 版本需要 >= 4.3.3 以上版本。

安装

$ npm i react-antd-business-components

使用

// 组件
import { Table } from 'react-antd-business-components';
// 样式
import 'react-antd-business-components/dist/style.css';