📖

MUIの導入@React18.1.0 TypeScript4.7.2

2022/06/01に公開

以前の記事や動画教材での「material-ui」とは導入方法が変わっていたのでメモ。

・MUIのインストール※名称もmaterial-uiからMUIに変更
yarn add @mui/material @emotion/react @emotion/styled

・Iconsのインストール
yarn add @mui/icons-material

・typesのインストール※忘れるとエラー
@mui/types

Discussion