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.
- Host: GitHub
- URL: https://github.com/jsonfm/react-customui
- Owner: jsonfm
- Created: 2022-11-10T13:52:54.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-10T15:11:38.000Z (over 3 years ago)
- Last Synced: 2025-03-25T13:47:06.579Z (over 1 year ago)
- Topics: react, ui
- Language: JavaScript
- Homepage:
- Size: 182 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```