citykid
citykid

Reputation: 11040

How can I style a React component that does not use Material UI elements with Material UIs style system?

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?

Upvotes: 1

Views: 77

Answers (1)

mocherfaoui
mocherfaoui

Reputation: 1217

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

Upvotes: 2

Related Questions