react bootstrap 5 doesn 27t apply styles

Solutions on MaxInterview for react bootstrap 5 doesn 27t apply styles by the best coders in the world

showing results for - "react bootstrap 5 doesn 27t apply styles"
Dewey
25 Nov 2020
1add the following to your index.html:
2
3<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.0/dist/css/bootstrap.min.css"
4    integrity="sha384-KyZXEAg3QhqLMpG8r+8fhAXLRk2vvoC2f3B09zVXn8CA5QIVfZOJ3BCsw2P0p/We" crossorigin="anonymous" />
5
6add this to your src/index.js or App.js file:
7
8import 'bootstrap/dist/css/bootstrap.min.css';
similar questions
queries leading to this page
react bootstrap 5 doesn 27t apply styles