基于 React + TypeScript + Dumi + Jest + Enzyme 开发 UI 组件库
Monki UI is a personal component library developed using React + TypeScript and built on top of Dumi. It is designed to explore the concepts and techniques of component library development and is not intended for production use. The UI design heavily references the Ant Design component library, and the implementation of the components follows the patterns of Ant Design. The project welcomes contributions and feedback from those interested in learning component development.
To install Monki UI, follow these steps:
Using npm:
npm install monki-ui
Using yarn (recommended):
yarn add monki-ui
Monki UI is a personal component library built on React + TypeScript and designed using Dumi. It focuses on exploring component library development and provides a well-designed visual style. The library utilizes TypeScript for enhanced development experience and ensures component stability through unit testing. With documentation and a welcoming attitude towards contributions, Monki UI is a great resource for learning and exploring best practices in component development.