Install Bootstrap In React Js | React Js Tutorial in Hindi - Bootstrap in React Part-1
Channel:
Subscribers:
2,020
Published on ● Video Link: https://www.youtube.com/watch?v=qH_q7lwmKMA
In this video we have learn about what is Bootstrap ? and how to install in react js with some example in hindi / urdu simple and easy way.
#reactjsforbeginners #reactjsfullcourse #reactjs #reactjstutorial #reactjsfullcourse #reactjsforbeginners #reactjstutorialforbeginners
Now you need to install React Bootstrap using the following command.
Add Bootstrap Cmd :-npm install react-bootstrap
After installation, import the Bootstrap CSS in your src/index.js or src/main.jsx file:
Add Bootstrap Min.css File in Index.js
import 'bootstrap/dist/css/bootstrap.min.css';