Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/svenliebig/testing-react-component-libraries
A repository that contains the same implementation with different component libraries.
https://github.com/svenliebig/testing-react-component-libraries
Last synced: 8 days ago
JSON representation
A repository that contains the same implementation with different component libraries.
- Host: GitHub
- URL: https://github.com/svenliebig/testing-react-component-libraries
- Owner: svenliebig
- Created: 2023-07-28T12:52:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-28T14:50:34.000Z (over 1 year ago)
- Last Synced: 2024-05-27T22:43:46.082Z (6 months ago)
- Language: JavaScript
- Size: 88.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Testing React Component Libraries
This repository compares the same implementation against different component libraries in react.
## What's implemented
The page should contain the following things:
- a form
- a menu
- a pageable result set in grid and list form
- breadcrumbs## What's evaluated
To evaluate the libraries, we will analyse the DX while implementing (documentation, easy to understand and adapt, etc.) and the
possiblity to stay within the [Web Content Accessibility Guidelines](https://www.w3.org/WAI/standards-guidelines/wcag/) with the default components. We will not try to force designs
with the libraries that were not intended. The results can be, ofcourse, opinionated.## Packages
- [Ant-Design](./packages/ant-design) - from [https://ant.design](https://ant.design/)