赞
踩
使用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工程师,想要提升技能,往往是自己摸索成长,但
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。