I have a React Admin application set up, and it's functioning correctly with the default styles. Now, I want to use Bootstrap to enhance the UI. sx
doesn't help a lot, I want to style the inner components react admin provides (like buttons and inputs in forms), is there a simpler way to do this instead of forking react admin and breaking down the source code to add bootstrap in it which will take a lot of time.
I tried sx
solution, i have no control over the smaller subcomponents
Actually, i asked this question before reading the docs with focus.
sx
enables you to style inner components, get the inner component classname from the docs or vis the dev tools and style it, read the docs from here ThemeingTo learn more an material ui customization here
Bouns tip : Before learning any technology, start studying the technologies which are building it e.g. before react -> learn material ui (if you want to style it) before trpc -> take a look at react query No matter how docs are good, there will be gaps, the more you dive deep the more learning new technologies build on old stuff becomes easier