![article thumbnail image](https://blog.kakaocdn.net/dn/crSAEv/btrKFRMgOp4/2rBKK3YwgntGMHetDZLzWk/img.png)
React-Bootstrap
The most popular front-end framework, rebuilt for React.
react-bootstrap.github.io
npm install bootstrap react-bootstrap --save
리액트 부트스트랩 설치 후
{/* The following line can be included in your src/index.js or App.js file*/}
import 'bootstrap/dist/css/bootstrap.min.css';
CSS를 index.js에 임포트해주었다
React Icons
React Icons Include popular icons in your React projects easily with react-icons, which utilizes ES6 imports that allows you to include only the icons that your project is using. Installation (for standard modern project) npm install react-icons --save Usa
react-icons.github.io
npm install react-icons --save
아이콘 사용을 위해 리액트 아이콘스 모듈도 다운로드
![](https://blog.kakaocdn.net/dn/crSAEv/btrKFRMgOp4/2rBKK3YwgntGMHetDZLzWk/img.png)
반응형
'개발 > Install, setting, etc' 카테고리의 다른 글
[Linux] 맥북에서 우분투 설치 USB 만들기 (0) | 2023.03.10 |
---|---|
[Hoppscotch] 다운로드, 회원가입 하기 싫을 때 간단하게 쓰는 API 플랫폼 (2) | 2023.02.17 |
[VSCode] Emmet in Visual Studio Code (1) | 2022.09.28 |
[git] 기존에 존재하는 깃헙 레포지토리에서 새로운 레포지토리로 복사하기 (1) | 2022.09.20 |
[플랫폼] Firebase(파이어베이스) (1) | 2022.08.29 |