본문 바로가기

프론트엔드/리액트

리액트 - 스타일 라이브러리(부트스트랩)

반응형

리액트 애플리케이션에 스타일라이브러리를 추가하는 방법을 살펴보자

부트스트랩

아래 커맨드를 통해 부트스트랩 설치

npm i bootstrap

index.js 파일에 경로추가

import 'bootstrap/dist/css/bootstrap.css';

이상


참고

Adding Bootstrap | Create React App (create-react-app.dev)

 

Adding Bootstrap | Create React App

While you don’t have to use any specific library to integrate Bootstrap with React apps, it's often easier than trying to wrap the Bootstrap jQuery plugins. React Bootstrap is the most popular option that strives for complete parity with Bootstrap. react

create-react-app.dev

 

728x90
반응형