Answers for "how can i use bootstrap and local css modules in the same time in react"

0

import bootstrap css and js file in react

1.run command in cmd
npm install react-bootstrap bootstrap

import 'bootstrap/dist/css/bootstrap.min.css';
import 'bootstrap/dist/js/bootstrap.bundle.min.js';
add 2 import file in index.js
Posted by: Guest on March-31-2022
1

react import bootstrap css file

import '../node_modules/bootstrap/dist/css/bootstrap.min.css';
Posted by: Guest on September-17-2021

Code answers related to "how can i use bootstrap and local css modules in the same time in react"

Code answers related to "Javascript"

Browse Popular Code Answers by Language