Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

installing material ui icons

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

// with yarn
yarn add @material-ui/icons


These components use the Material-UI SvgIcon component to render the SVG path for each icon, and so a have a peer-dependency on the next release of Material-UI.

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

// with yarn
yarn add @material-ui/core
Source by www.npmjs.com #
 
PREVIOUS NEXT
Tagged: #installing #material #ui #icons
ADD COMMENT
Topic
Name
5+3 =