Bootstrap With React

 Go to BootStrap website: Bootstrap Website

 Copy the CSS part: 

 And paste it into your index.html file


<!-- CSS only -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0-beta1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-0evHe/X+R7YkIZDRvuzKMRqM+OrBnVFBL6DOitfPri4tjfHxaWutUpFmBp4vmVor" crossorigin="anonymous">

Now you will be used to apply various styles using bootstrap classes.




Comments

Popular posts from this blog

React GET HTTP call using axios library | Functional Component

React GET HTTP call using fetch library | Functional Component