| ページ一覧 | ブログ | twitter |  書式 | 書式(表) |

MyMemoWiki

差分

ナビゲーションに移動 検索に移動
416 バイト追加 、 2024年10月5日 (土) 05:48
*MUI X : より複雑なユースケースに対応下コンポーネント群(一部有償)
*Templates : MUIベースで構築されたテンプレート群
 
==インストール==
<pre>
$ npm install @mui/material @mui/icons-material @emotion/react @emotion/styled
</pre>
 
*内部的に[https://emotion.sh/docs/introduction Emotion](フレームワークにとらわれず使うことができるCSS in JSのフレームワーク)を利用している
 
==使用==
<pre>
import { Button } from '@mui/material';
:
 
&lt;Button variant="text"&gt;Text&lt;/Button&gt;
</pre>

案内メニュー