DEV Community

Avnish Jayaswal
Avnish Jayaswal

Posted on • Updated on

React bootstrap 4

Bootstrap is a front-end framework for easier web development
Bootstrap includes HTML and CSS based design templates for typography, forms, buttons, tables, navigation, modals, image carousels, and many others.

How to install React bootstrap 4

one can use the following command to install bootstrap-4-react and use it in react app

npm install --save bootstrap-4-react
Enter fullscreen mode Exit fullscreen mode

one can get more information

https://react-bootstrap.github.io/
source: React Bootstrap 4

Top comments (0)