Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.1 KB

README.md

File metadata and controls

25 lines (17 loc) · 1.1 KB

Erda UI Components

logo

codecov ts release

📣 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