-
[UI 라이브러리] MaterialProgramming/JavaScript & TypeScript 2022. 5. 17. 16:01728x90
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. You will develop React applications faster.
mui.com
public/index.html에 font와 icon을 사용할 수 있도록 설정(CDN처럼)
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" /> <link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" />
'Programming > JavaScript & TypeScript' 카테고리의 다른 글
[UI 라이브러리] React spring (0) 2022.05.17 [UI 라이브러리] Tailwindcss (0) 2022.05.17 [UI 라이브러리] React BootStrap (0) 2022.05.17 [UI 라이브러리] React Semantic UI (0) 2022.05.17 [UI 라이브러리] Ant Design (0) 2022.05.17