私たちのスポンサーからの言葉:Call-Em-All - The easy way to message your group
インストール
npmからMaterial-UIのソースファイルをインストールします。必要なCSSを導入することを忘れないでください。
$ npm install @material-ui/core
デフォルトのRobotoフォントを読み込みます。
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" />
インストールに関して
使い方
Material-UIコンポーネントは追加の設定なしで機能し、グローバルスコープを汚染しません。
import React from 'react';
import Button from '@material-ui/core/Button';
const App = () => (
<Button variant="contained" color="primary">
Hello World
</Button>
);
ドキュメントを探索する
Material-UI's sponsors
The continued development and maintenance of Material-UI is made possible by these generous sponsors:
Diamond 💎
3/3 slots available
Gold 🏆
もっとあります!
See the full list of our sponsors, and learn how you can contribute to the future of Material-UI.
Praise for Material-UI
Here's what some of our users are saying.