Answers for "hot to load bootstrap js in react npm"

19

import bootstrap in react

{/* The following line can be included in your src/index.js or App.js file*/}

import 'bootstrap/dist/css/bootstrap.min.css';
Posted by: Guest on March-23-2020
1

how to install bootstrap in react

npm install bootstrap --save // Inside of your command line

import 'bootstrap/dist/css/bootstrap.min.css'; // Inside of your index.js
Posted by: Guest on February-17-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language