DEV Community

Discussion on: Choosing React Design System /Component Library

Collapse
 
ferdingler profile image
Fernando Dingler • Edited

We are in the process of evaluating design libraries in my team as well. From a dev perspective, we are leaning towards Ant Design due to the variety of components and rich functionality. However, a very important requirement we have is Accessibility, which is something that Ant doesn't do very well. You may want to consider that as well in your evaluation criteria.

accessibility. Screenshot is a report generated with Lighthouse.

Collapse
 
speshov profile image
SPeshov

Yes that's a good point - that's why I'm leaning on Reach-UI

Collapse
 
hemant profile image
Hemant Joshi

Wow, this scared me a lot never thought In this direction...

In my case I usually use Material Ui and react bootstrap in the same project...

Is that a bad habit?, using multiple library in same app?

Also any views on Chakra Ui?