About 725,000 results
Open links in new tab
  1. How to change the border color of Material UI TextField

    Oct 21, 2018 · I can't seem to figure out how to change the outline color of an outlined variant TextField I looked around GitHub issues and people seem to be pointing towards using the …

  2. Material UI installation doesn't work with React 18

    Apr 2, 2022 · I was trying to install Material UI and icons with my React 18.0 project but I can't. The project has been created using the latest create-react-app npm install @material-ui/core …

  3. How to use onchange with Material UI autocomplete?

    Dec 10, 2019 · reactjs react-hooks material-ui mui-autocomplete edited Apr 8, 2025 at 15:13 Olivier Tassinari 8,750 6 26 28

  4. Changing font family of all Material UI components

    May 19, 2023 · Can we change the font family of Material UI components with less code? I have tried many ways but still, I can't able to do it. I have to change the font family individually which …

  5. How to set focus to a Material UI TextField? - Stack Overflow

    Sep 22, 2022 · For React 16.8.6, you should use the inputRef property of TextField to set focus. See Material-ui doc Johannes P. Over a year ago How is it not immediately obvious to the …

  6. reactjs - How do you change a style of a child when hovering over …

    64 I'm using Material UI in react. Let's say I have this component with these styles:

  7. reactjs - How to center a component in Material UI and make it ...

    I don't quite understand the Material UI grid system. If I want to use a form component for login, what is the easiest way to center it on the screen on all devices (mobile and desktop)?

  8. Material-UI: How to show search icon in input field in react?

    I am using material ui. I want to show search icon in input field as shown in image I am using this API Here is my code I am able to show TextField but I am not able to add a search icon. Cou...

  9. How to override css properties of Material UI components

    Dec 9, 2021 · There are several ways to do this, you can directly override the built-in CSS class of an MUI component using the class name in your imported CSS file, for example in if you want …

  10. Is it possible to use Material UI library with React Native?

    Oct 5, 2023 · Unfortunately, the material-UI library specially built for ReactJS which is the web counterpart of the React Native is not applicable to the React Native app development …