profile image

L o a d i n g . . .

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

아이콘 사용을 위해 리액트 아이콘스 모듈도 다운로드

반응형
복사했습니다!