본문 바로가기

Frontend/React

React - Style Libraries (Bootstrap)

반응형

Let's see how we can add style libraries in the React application

Bootstrap

Run the command shown below to install the bootstrap

npm i bootstrap

Add the path in the index.js file

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

Done


References

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
반응형