@erda-ui/components
v0.1.10
Published
erda ui component library
Downloads
18
Readme
Erda UI Components
📣 Introduction
Erda UI Components is React component library, which provides a set of components for building user interfaces. It is based on React, Ant-Design and Formily.
Documentations & Demos
Online documents & demos: Official Site
How to contribute
- fork Erda-UI repository
- make code change and provide related demo and test cases
- run
npm run test
to mark sure no breaking change or bugs - commit code with command
git cz
in order to generate formatted commit information - raise a pull request
How to release version
Since some pnpm issue, maintainers should use pnpm i --shamefully-hoist
to install packages again. Then run the build script