how to change MUI BOX component?
I am trying to make it BOX width to 100% but it is not working…
Resize a MUI(material-ui) SVG icon
I want to understand the best way to use Material-Icons and customize/resize them as required.
how do i remove the pop-up windows background from MUI?
i want to remove the white pop-up background of mui’s default css.
SyntaxError: Unexpected token ‘export’ show after reload
showing some errors on x-chart after reload
in this code show errors and i am not able to solve this error anything solve this error
How to change color of InputAdornment of MUI Select component created by TextField?
I want to change the color of InputAdornment
of following MUI Select
component created by TextField
to blue. The InputAdornment
acts as a placeholder.
How to add a placeholder in MUI Select component if value prop & option of MenuItem are different?
I want to add a placeholder (– Select –) to the following MUI Select component.
Can’t resolve ‘dom-helpers/addClass’ and ‘dom-helpers/removeClass’ in @mui/material/react-transition-group
This issue just started with @mui/material 5.15.18. I have tried everything to resolve it by installing another version of react-transition-group but the problem is with the version of react-transition-group @mui/material is using internally. How can I change the version of the internal react-transition-group @mui/material is using?
Unexpected token ‘export’ when using MUI X Charts in a Remix app
I am trying to use MUI X Charts in a shopify remix app, but am unable to render a chart due to the following error:
Mui sx props, role of “+” operator as in “& .Mui-checked” and “& .Mui-checked+”
I came up with the following mystery. Since the MuiSwitch-Track component is not wrapped with in the MuiButtonBase-root who has the Mui-checked status applied, then the following nested code has no effect in the track slot style:
Mui style switch component on check status using the sx prop
Since I’ve been editing the Mui switch component for quite long time, It came to my mind the following arrangement of nested styles for setting a new style based on a change on the state: