react antd插件引入

Posted fm060

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了react antd插件引入相关的知识,希望对你有一定的参考价值。

antd ui

配置文件 babel-loader下面引入antd

plugins: [["import", { libraryName: "antd", style: "css" }]]

页面上就可以按需引用

import { DatePicker } from ‘antd‘;

  

以上是关于react antd插件引入的主要内容,如果未能解决你的问题,请参考以下文章

react-antd导入导出Excel

babel-plugin-import配置babel按需引入antd模块,编译后报错.bezierEasingMixin()

深坑react 引入antd无效问题

[BUG]react引入antd-mobile报错

在react项目中按需引入antd

create-react-app自定义配置