react menu (1) 썸네일형 리스트형 [#. React] Web/Mobile 웹/모바일 토글 메뉴바 toggle menubar 추가하기 네비게이션 바에 있는 메뉴를 웹에서는 펼쳐진 상태로 보고 모바일에서는 햄버거바 ☰ 형태로 접혀 있도록 하려고 한다 ① packages 설치 antd // UI Framework @ant-design/icons // UI Icon styled-components // scss react-device-detect // web/mobile device 구분 이렇게 설치해서 사용할 것이다 npm install --save antd npm install --save @ant-design/icons npm install --save styled-components npm install --save react-device-detect ② frontend/src/components/NavBar/NavBar.js imp.. 이전 1 다음