yarn add react-bootstrap bootstrap jquery popper.js
Importing files:
import 'bootstrap/dist/css/bootstrap.min.css'
import 'bootstrap/dist/js/bootstrap.bundle.min';
Importing Bootstrap components:
import { Card, Form, Col, Button, ButtonGroup } from 'react-bootstrap';
Usage Documentation:
https://react-bootstrap.netlify.app/