QianYuan X (千源星)

基于antd 4.x封装的React组件库,包含常用组件、算法模块和Hooks,旨在提升开发效率并锻炼逻辑思维。免费开源,适用于工作场景。

QianYuan X (千源星)基于 antd 4.x 封装的组件库,免费开源,都是在工作中常用的业务场景,把它进行二次封装同时封装成 dumi 组件库,方便使用。当前组件库包括组件算法模块Hooks三部分,主要负责同学的日常开发速率,并锻炼自己的思维逻辑,希望可以帮到大家。预览展示:jiamengyuan.top:8999/GitHub:https://github.com/QianYuana/YuanComponent发展方向 - 欢迎各位大佬观看,给出建议,感谢大家!!- 欢迎各位大佬、兄弟、姐妹们一块分享,并丰富咱这组件库!!- 后面将会为大家分享各种知识,目前正在钻研前端框架搭建的知识,掌握前端工程化。 - 感谢大家,多多支持## 📖 目录结构bash.├── README.md└── QianYuanX ├── src │ ├── Algorithm │ │ ├── closure │ │ │ ├── index.md │ │ │ └── index.en-US.md │ │ └──... │ ├── Components │ │ ├── DataSelect │ │ │ ├── index.en-US.md │ │ │ ├── index.tsx │ │ │ ├── index.md │ │ │ └── index.css │ │ └──... │ ├── Hooks │ │ ├── useFocus │ │ │ ├── index.en-US.md │ │ │ ├── index.tsx │ │ │ ├── index.md │ │ │ └── index.css │ │ └── ... │ └── index.ts ├── .dumirc.ts ├── .eslintrc.js ├── .gitignore ├── .prettierrc ├── package.json └── tsconfig.json