Material UI (MUI)

スポンサーリンク

はじめに

Material UI(通称 MUI)は、マテリアルデザインを容易に実現することができる UI コンポーネントライブラリです。
React の実装として開発されているので、React ベースのアプリケーションで使用することができます。
2022年8月現在で v5 が最新版となっているので、以降 v5 想定のメモです。“`

インストール

下記を実行することでインストールできます。

% npm install @mui/material @emotion/react @emotion/styled
% npm install @mui/icons-material

その他

MUI では下記でテンプレートも公開されています。
似たようなページを開発する場合には、下記をベースに開発すると効率が良いです。

9+ Free React Templates - Material UI
Browse our collection of free React templates to get started building your app with Material UI, including a React dashb...

コメント

タイトルとURLをコピーしました