Bootstrap is a free (MIT license) front-end development framework for the creation of websites and web apps. Bootstrap is a powerful, feature-packed front-end toolkit.
Installation
npm install bootstrap
Usage
Import Bootstrap CSS and optionally Bootstrap theme CSS in the beginning of your src/index.js
file.
import 'bootstrap/dist/css/bootstrap.css';