An open API service indexing awesome lists of open source software.

https://github.com/jsonfm/react-customui

🎨🚀 A custom UI library for ReactJS.
https://github.com/jsonfm/react-customui

react ui

Last synced: 3 months ago
JSON representation

🎨🚀 A custom UI library for ReactJS.

Awesome Lists containing this project

README

          

### CustomUI
A components library made for react.

### Testing
This project uses jest and testing-library to evaluate the correct functioning of the UI components. To execute the tests run the following command:

```
npm run test
```