Node (1) 썸네일형 리스트형 인텔리제이 react ,node를 활용한 고객관리 시스템 Material ul 디자인하기 react에서 가장 많이 사용하는 Material 디자인 웹 프레임 워크 bootstrapk과 유사 https://mui.com/getting-started/installation/ // with npm npm install @mui/material @emotion/react @emotion/styled // with yarn yarn add @mui/material @emotion/react @emotion/styled ※Customer.js import React from 'react'; import TableRow from '@mui/material/TableRow'; import TableCell from '@mui/material/TableCell'; class Customer extends R.. 이전 1 다음