antd使用
antd安装使用
一、下载
下载antd:
npm i antd -S
二、在core.less(公共样式)引入样式
@charset 'utf-8';
// 引入antd样
@import '~antd/dist/antd.css';
html,
body,
#root {
height: 100%;
}
三、在.jsx中使用
import {message} from 'antd';
下载antd:
npm i antd -S
@charset 'utf-8';
// 引入antd样
@import '~antd/dist/antd.css';
html,
body,
#root {
height: 100%;
}
import {message} from 'antd';