Jumbotron | It simply puts extra attention to particular content or information by making it larger and more eye-catching. |
Alerts | It is a popup with a predefined message that appears after a particular action. |
Buttons | Customized buttons used to perform an action in forms, dialogue boxes, etc. They come in multiple states, sizes, and predefined styles. |
Button group | A group of buttons aligned in a single line, arranged vertically or horizontally. |
Badge | A labeling component used to add additional information. |
Progress Bar | Used to show the progress of a particular operation with a custom progress bar. It may have text labels, stacked bars, and animated backgrounds. |
Spinner | Displays the loading state of websites or projects. Built with HTML and CSS, doesn't require JavaScript. |
Scrollspy | Keeps updating the navigation bar to the currently active link based on the scroll position in the viewport. |
List group | Displays an unordered series of content in a proper way. |
Card | Provides a customizable, extensible, and flexible content container. |
Dropdown | Drops the menu in the format of a list of links. Contextual and toggleable overlays. |
Navs | Creates a basic and simple navigation menu with a .nav base class. |
Navbar | The navigation bar at the top of a website or webpage. |
Forms | Used to take multiple inputs at once from the user. Bootstrap has two layouts available: stacked and inline. |
Input groups | Extend form controls by adding a button, button group, or text on either side of inputs. |
Breadcrumb | Provides the location of the current page in a navigational hierarchy and adds separators through CSS. |
Carousel | A slideshow of image or text content built with CSS 3D and JavaScript. |
Toast | Displays a message for a small amount of time, usually a few seconds. Alert messages designed to imitate push notifications popular in desktop and mobile systems. |
Tooltip | Provides small information about the element/link when the mouse hovers over it. |
Popovers | Displays extra information about the element/link when clicked on it. |
Collapse | A JavaScript plugin used to show or hide content. |
Modal | A small popup window positioned over the actual window. |
Pagination | Used to easily navigate between different pages, typically presented as a large block of connected links for accessibility. |
Media Object | Used for repetitive and complex components like tweets or blogs. Images or videos are placed/aligned to the left or right of the content. |