How To Use Material UI Icons In React | Complete Tutorial

preview_player
Показать описание
In this video, you will learn how to use material UI icons in react.

Material-UI provides icons support in three ways:
1) Standardized Material Design icons exported as React components
(SVG icons).
2) With the SvgIcon component, a React wrapper for custom SVG icons.
3) With the Icon component, a React wrapper for custom font icons.
Material Icons.

Material Design has standardized over 1,100 official icons, each in five different "themes. For each SVG icon, we export the respective React component from the @material-ui/icons package. You can search the full list of these icons.

Command used: npm install --save @material-ui/icons

#ReactIcons #MaterialUI #reactjs
Рекомендации по теме