Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

Getting strated with boostrap css for html and Reacr framework

<!--React installation of boostrap via npm or gem --!>
npm i bootstrap@5.2.0-beta1
gem install bootstrap -v 5.2.0-beta1
  
<!--Getting starter with boostrap via CDN!-->
<!-- 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">
  <!-- JavaScript Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0-beta1/dist/js/bootstrap.bundle.min.js" integrity="sha384-pprn3073KE6tl6bjs2QrFaJGz5/SUsLqktiwsUTF55Jfv3qYSDhgCecCxMW52nD2" crossorigin="anonymous"></script>
  
  
Source by getbootstrap.com #
 
PREVIOUS NEXT
Tagged: #Getting #strated #boostrap #css #html #Reacr #framework
ADD COMMENT
Topic
Name
8+2 =