Open
Description
Is your feature request related to a problem? Please describe.
We're using Theme UI to create our components library, and we had difficulty understanding how to style third-party libraries—when to use sx
, variants, wrapper in a parent Box
, using classNames
...
Describe the solution you'd like
It'd be interesting if we had a guide with all possible ways to style a third-party library. For example:
- Using className to style child components. (Reference)
- Using
useThemeUi
anduseResponsiveValue
. - Variants
- Global
The title of the guide could be "Styling Third-Party Libraries."
I can help writing this guide if you think it's interesting to the project.
Activity