「MUI」の版間の差分
ナビゲーションに移動
検索に移動
(→インストール) |
|||
14行目: | 14行目: | ||
$ npm install @mui/material @mui/icons-material @emotion/react @emotion/styled | $ npm install @mui/material @mui/icons-material @emotion/react @emotion/styled | ||
</pre> | </pre> | ||
+ | |||
+ | *内部的に[https://emotion.sh/docs/introduction Emotion](フレームワークにとらわれず使うことができるCSS in JSのフレームワーク)を利用している |
2024年10月5日 (土) 05:43時点における版
- https://mui.com/
- Material UI (MUI) はReactアプリで利用できるコンポーネントを集めたライブラリ
主なコンポーネント
- MUI Core : 基本コンポーネント(無償)
- MUI X : より複雑なユースケースに対応下コンポーネント群(一部有償)
- Templates : MUIベースで構築されたテンプレート群
インストール
$ npm install @mui/material @mui/icons-material @emotion/react @emotion/styled
- 内部的にEmotion(フレームワークにとらわれず使うことができるCSS in JSのフレームワーク)を利用している
© 2006 矢木浩人