What is the difference between Bootstrap 4 and Bootstrap 5

PARAMETERBOOTSTRAP 4BOOTSTRAP 5
Grid System5 tier grid system(xs, sm, md, lg, xl).6 tier grid system(xs, sm, md, lg, xl, xxl).
ColorIt has limited colors.Extra colors have been added with the looks.
JqueryIt has jQuery along with all the related plugins.Jquery is removed and it has switched to vanilla JS with some working plugins.
Internet ExplorerBootstrap 4 supports both IE 10 and 11.Bootstrap 5 doesn’t support IE 10 and 11.
Form elementsRadio buttons and checkboxes look different in different OS and browsers.The look of form elements does not change on different OS or browsers.
Utilities APIUtilities cannot be modified in Bootstrap 4.Bootstrap 5 allows us to modify and also create our own utility.
Vertical ClassesRelative positioning of columns is allowed.Relative positioning of columns is not allowed.
Bootstrap IconsBootstrap 4 doesn’t have its own SVG icons. Bootstrap 5 has its own SVG icons.
JumbotronBootstrap 4 supports the jumbotron.Bootstrap 5 doesn’t support the jumbotron.
Card deckThe card deck class, used to create a set of cards with equal width and height, is available in bootstrap 4.Card deck class has been removed in bootstrap 5.
NavbarWe have the inline-block attribute, and the default for the dropdown-menu-dark class is a white dropdown.The inline-block property has been removed, and the dropdown-menu-dark class now uses a black dropdown as the default.
Static Site GeneratorJekyll software is used by Bootstrap 4.Hugo software is used by Bootstrap 5.


Comments

Leave a Reply

Your email address will not be published. Required fields are marked *