Home > Enterprise >  How can I style a React component that does not use Material UI elements with Material UIs style sys
How can I style a React component that does not use Material UI elements with Material UIs style sys

Time:08-10

Material UIs (MUI's) documentation is perfectly broken here: At https://mui.com/system/getting-started/overview/#all-inclusive the last line reads:

"See ->Advanced for details on how to use MUI System with non-MUI components."

Yet the link to Advanced is dead as of today (404). Is there a way to use the style system outside of MUIs components?

CodePudding user response:

I think that's the Custom Components page, it was fixed here but not live yet I guess

  • Related