You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are many situations where we could use inbuilt mui classes with our own components to style them to look like mui components. Now the feature is dropped as the classes are generated dynamically and they need to be overridden
Examples
Based on the below code i am calling the MuiSvgIcon-root class inside the StepIcon component to use its properties but it shows up as blank.
Summary
There are many situations where we could use inbuilt mui classes with our own components to style them to look like mui components. Now the feature is dropped as the classes are generated dynamically and they need to be overridden
Examples
Based on the below code i am calling the MuiSvgIcon-root class inside the StepIcon component to use its properties but it shows up as blank.
className={clsx("MuiSvgIcon-root MuiStepIcon-root")}
Demo
Motivation
This would be really helpful to create lookalike components without overriding them
Search keywords: className,
The text was updated successfully, but these errors were encountered: