Answers for "react bootstrap install problem"

2

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
0

react-bootstrap problem-import new version

import 'bootstrap/dist/css/bootstrap.css';
Posted by: Guest on August-19-2021

Code answers related to "react bootstrap install problem"

Code answers related to "Javascript"

Browse Popular Code Answers by Language