About 388,000 results
Open links in new tab
  1. How to use Material UI icons in React? - Stack Overflow

    Jun 13, 2018 · How to use Material UI icons in React? Asked 7 years, 5 months ago Modified 1 year, 11 months ago Viewed 117k times

  2. javascript - How can I import Material UI icons?i met some problems ...

    Apr 11, 2018 · I was using Material UI with React in my project, and I had some troubles when it came to import the material icons. My code is copied from the Material UI (version:"material-ui": "^...

  3. Is there an official or exhaustive list of all mat-icons in Angular ...

    The material.io website doesn't include the complete list of icons. For example, the file_upload icon is not there, which is a very common icon. It took me a decent amount of time to find an appropriate …

  4. Issue with Material UI Icons npm installation - Stack Overflow

    Apr 2, 2022 · At first, I retried this command with --force - npm i @mui/icons-material @mui/material --force This allowed me to install the MUI Icons package without any error, however, I faced numerous …

  5. Use custom SVG file with MUI (material-ui) Icon Component?

    Apr 19, 2023 · 9 You can import the svg file as a React Component and then use it directly inside an SvgIcon Component from Material UI. This will also allow you to style your component.

  6. how to change material ui icon size - Stack Overflow

    Nov 9, 2023 · 1 the size of my material ui icon doesn't ffit naturally to the button: the button code:

  7. Is there a way I can overwrite the colour the Material UI Icons npm ...

    The simplest way to specify/override the color of an Icon in Material-UI is to use a custom . Suppose that you want to show a green checkbox rather than a red triangle, depending on the outcome of some …

  8. 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 @material …

  9. How to align horizontal icon and text in Material UI

    Aug 21, 2018 · I am a newbie in Material UI, now my icon and text are not aligned: My desired results: My code is:

  10. How to enlarge the SVG icon in Material UI iconButtons?

    Apr 7, 2016 · Has anyone built webpages using react.js and the Material UI library? How should I resize the icon size? It is a SVG icon. I just built a "create new" component, which is a piece of …