react sass bootstrap code example
Example 1: react import bootstrap css
{/* The following line can be included in your src/index.js or App.js file*/}
import 'bootstrap/dist/css/bootstrap.min.css';
Example 2: install react bootstrap
npm install react-bootstrap bootstrap
Example 3: react native bootstrap
import Button from 'react-bootstrap/Button';
// or less ideally
import { Button } from 'react-bootstrap';