DEV Community

Discussion on: Discuss: React component libraries compatible with emotion and TypeScript?

Collapse
 
cadams profile image
Chad Adams • Edited

Ant design ant.design/docs/react/introduce it’s made for enterprise but it’s free. You get way more components than material ui. Plus imo I think it looks better than material design.

Collapse
 
jrgplz profile image
Jorge Plaza

Good luck with responsive! 😅

Collapse
 
whitphx profile image
Yuichiro Tachibana (Tsuchiya)

Thank you!
Yes, I agree that Material Design is not much good and Ant looks cool.

To customize the predefined components, developers should edit Less files?
My concern is:

  • It seems we need a little bit additional works to do it with Webpack, or CRA
  • Does it support switching theme at runtime (e.g. switching light/dark modes)?