会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
林多多
博客园
首页
新随笔
新文章
联系
订阅
管理
随笔分类 -
antd
如何使用antd
摘要:下载antd安装包 npm i antd --save 或者 yarn add antd 引入样式(index.js) import 'antd/dist/antd.css' 组件中按需引入 例:import {Button} from "antd" 使用 <Button></Button>
阅读全文
posted @
2021-12-04 10:28
林多多
阅读(174)
评论(0)
推荐(0)