- 安装
$ npm install antd --save
- 全局引入样式
import 'antd/dist/antd.css';
- 引入组件
import Button from 'antd/es/button';
- 使用组件
<Button type="primary">Button</Button>
$ npm install antd --save
import 'antd/dist/antd.css';
import Button from 'antd/es/button';
<Button type="primary">Button</Button>
本文标题:(六)react使用ant Design
本文链接:https://www.haomeiwen.com/subject/jngsgctx.html
网友评论