Programming/JavaScript & TypeScript

[UI 라이브러리] Material

홍열 2022. 5. 17. 16:01
728x90

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. 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" />