bootstrap react install latest package.json code example
Example 1: bootstrap react install
npm install react-bootstrap bootstrap
Example 2: bootstrap import in react
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/css/bootstrap.min.css"
integrity="sha384-9gVQ4dYFwwWSjIDZnLEWnxCjeSWFphJiwGPXr1jddIhOegiu1FwO5qRGvFXOdJZ4" crossorigin="anonymous">
Example 3: how to install bootstrap in react
npm install --save bootstrapCopy