1. 首页
  2. 数据库
  3. 其它
  4. hong react ui:PC端React组件库 源码

hong react ui:PC端React组件库 源码

上传者: 2021-04-08 21:23:44上传 ZIP文件 133.67KB 热度 17次
洪Reactui 一套基于React Hook和Typescript的PC端组件库 本组件库可以学习交流,不要在生产环境中使用 安装 $ npm install hong-react-ui $ yarn add hong-react-ui 使用 import React from 'react' ; import ReactDOM from 'react-dom' ; import { Button } from 'hong-react-ui' ; import 'hong-react-ui/dist/index.css' ; ReactDOM . render ( < Button type = "primary" > Primary < / Button > < / div > , mountNode , ) ; 需要注意的是,样式文件需要单独约会。
下载地址
用户评论