@material-ui/icons

Material Design Svg Icons converted to Material-UI React components.

@material-ui/icons downloads @material-ui/icons version @material-ui/icons license

@material-ui/icons類似パッケージ:
npmのダウンロードトレンド
3 年
🌟 @material-ui/iconsのREADME.mdにリアルタイム使用チャートを表示するには、以下のコードをコピーしてください。
## Usage Trend
[![Usage Trend of @material-ui/icons](https://npm-compare.com/img/npm-trend/THREE_YEARS/@material-ui/icons.png)](https://npm-compare.com/@material-ui/icons#timeRange=THREE_YEARS)
Cumulative GitHub Star Trend
🌟 @material-ui/iconsのREADME.mdにGitHub Starsトレンドチャートを表示するには、以下のコードをコピーしてください。
## GitHub Stars Trend
[![GitHub Stars Trend of @material-ui/icons](https://npm-compare.com/img/github-trend/@material-ui/icons.png)](https://npm-compare.com/@material-ui/icons)
統計詳細
パッケージ
ダウンロード数
Stars
サイズ
Issues
公開日時
ライセンス
@material-ui/icons684,51196,92510.2 MB1,791-MIT
@material-ui/icons のREADME

@material-ui/icons

This package provides the Google Material icons packaged as a set of React components.

Installation

Install the package in your project directory with:

// 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.

If you are not already using Material-UI in your project, you can add it with:

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

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

Documentation