首页 > 其他 > 详细

react使用ant-design组件库

时间:2019-01-29 23:00:04      阅读:210      评论:0      收藏:0      [点我收藏+]

新建项目并引入组件

1,全局安装脚手架

npm install -g create-react-app

2,新建项目

create-react-app reactantd

3,安装组件

npm install antd --save

4,引入组件

在需要使用组件的页面进行引入并使用

import Button from ‘antd/lib/button‘
import ‘antd/dist/antd.css‘
<Button type="primary">antd</Button>

react使用ant-design组件库

原文:https://www.cnblogs.com/yuyujuan/p/10335919.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!