Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 868 Bytes

index.mdx

File metadata and controls

43 lines (28 loc) · 868 Bytes
name route
-主页
/

jh-lib

这一个 React 组件库。

  • 一些中后台系统常用组件
  • 部分组件是基于 antd 组件进行二次封装
  • 组件库和文档工程化,用 fatherdocz 打包构建
  • 此文档发布于仓库的 gh-pages 分支

安装

$ npm install jh-lib --save

$ yarn add jh-lib

引入使用

import { ButtonComp } from 'jh-lib'; // 引入 ButtonComp 组件

仓库地址

https://github.com/laixstx/jh-lib

在线文档

https://laixstx.github.io/jh-lib/

更多

常用工具库:jh-utils