基于 ant-design 封装的组件库
- 🚀 TypeScript: 使用TypeScript编写,提供完整的类型定义。
- 💎 优雅美观: 基于 Ant Design。
- 🎉 开箱即用: 高质量的 React 组件。
- ⚡️ 按需加载: 支持按需加载,具体请查看babel-plugin-import
兼容性
easy component 由于依赖了 React@16.8.0+ 提供的 Hooks 特性,因此只支持 React 16.8.0 及以上版本。
// npm
npm install easy-component --save
// yarn
yarn add easy-component
# 克隆项目到本地 git clone git@github.com:jqxismygit/easy-component.git # 安装依赖 yarn bootstarp # 启动服务 yarn start
打开浏览器访问 http://localhost:3000