当前位置:   article > 正文

React学习-UI框架-Ant-Design-of-React,干货满满_design for react

design for react

在这里插入图片描述

使用npm命令安装antd

npm install antd --save

或使用yarn命令

yarn add antd

实现第一个按钮

import React,{Component} from ‘react’

import ‘antd/dist/antd.css’;

import {Button} from ‘antd’

export default class App extends Component{

render(){

return (

Primary Button

)

}

}

我们使用局部引入

实现的效果

在这里插入图片描述

小编13年上海交大毕业,曾经在小公司待过,也去过华为、OPPO等大厂,18年进入阿里一直到现在。

深知大多数初中级Java工程师,想要提升技能,往往是自己摸索成长,但

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/我家自动化/article/detail/808314
推荐阅读
相关标签
  

闽ICP备14008679号