Answers for "use the material ui icon"

9

Using Material UI Icons in react

// with npm
npm install @material-ui/core

// with yarn
yarn add @material-ui/core
Posted by: Guest on July-26-2020
1

material ui icon nextjs

// First install this:
npm i @mui/icons-material

// Import the icon like this and use it:
import NameOfTheIcon from '@mui/icons-material/NameOfTheIcon';
...
<NameOfTheIcon />
Posted by: Guest on January-03-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language