Developer/서비스 개발 (App, Web, ...)

[Front-end/React] MUI(Material UI) 사용하기

마크 주쿼버그 2024. 6. 24. 16:38

MUI는 Material Design을 적용하기 쉽게 만든 라이브러리로, 사용하기 위해서는 터미널에서 아래 명령어를 통해 설치해주어야 한다. 이 코드에서 --legacy-peer-deps는 충돌이 날 경우 무시하고 설치하라는 명령어이다.

npm install @mui/material @mui/icons-material @emotion/react @emotion/styled --legacy-peer-deps

 

위 코드를 실행해주면 MUI의 아이콘을 포함한 디자인을 활용할 수 있다.

Material Design 혹은 MUI가 궁금하다면 아래 링크를 통해 확인해보자.

 

- Material design

https://m3.material.io/

 

Material Design

Build beautiful, usable products faster. Material Design is an adaptable system—backed by open-source code—that helps teams build high quality digital experiences.

m3.material.io

 

 

- MUI

https://mui.com/

 

MUI: The React component library you always wanted

MUI provides a simple, customizable, and accessible library of React components. Follow your own design system, or start with Material Design.

mui.com