DEV Community

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

 
whitphx profile image
Yuichiro Tachibana (Tsuchiya)

Thank you!

I have been using only the bare css prop of emotion to customize predefined components, but not styled-system... and yes, my concern is the additional overhead, but your comment below is one answer.

the cost of mixing style and functional props, but which is an acceptable trade-off IMHO.

That seems to be a good option to choose!

And other points are also attractive.

easy to override and compose

Yes, this is one thing I think is important and what I need css prop (or styled system!) for.