antd的安装和使用

ant Design是react的UI框架

常应用于后台管理系统

安装: 

1.yarn add antd
2.import 'antd/dist/antd.css'; // or 'antd/dist/antd.less'

3.import { Input,List,Button } from 'antd';  //引入需要用到的组件

你可能感兴趣的:(antd的安装和使用)