Skip to content
geeksforgeeks
  • Courses
    • DSA to Development
    • Get IBM Certification
    • Newly Launched!
      • Master Django Framework
      • Become AWS Certified
    • For Working Professionals
      • Interview 101: DSA & System Design
      • Data Science Training Program
      • JAVA Backend Development (Live)
      • DevOps Engineering (LIVE)
      • Data Structures & Algorithms in Python
    • For Students
      • Placement Preparation Course
      • Data Science (Live)
      • Data Structure & Algorithm-Self Paced (C++/JAVA)
      • Master Competitive Programming (Live)
      • Full Stack Development with React & Node JS (Live)
    • Full Stack Development
    • Data Science Program
    • All Courses
  • Tutorials
    • Data Structures & Algorithms
    • ML & Data Science
    • Interview Corner
    • Programming Languages
    • Web Development
    • CS Subjects
    • DevOps And Linux
    • School Learning
  • Practice
    • Build your AI Agent
    • GfG 160
    • Problem of the Day
    • Practice Coding Problems
    • GfG SDE Sheet
  • Contests
    • Accenture Hackathon (Ending Soon!)
    • GfG Weekly [Rated Contest]
    • Job-A-Thon Hiring Challenge
    • All Contests and Events
  • BS5 Tutorial
  • BS5 Interview Questions
  • BS5 Layout
  • BS5 Content
  • BS5 Components
  • BS5 Helpers
  • BS5 Utilities
  • BS4 Tutorial
  • BS Tutorial
  • Bootstrap Cheatsheet
  • Tailwind
  • CSS Frameworks
  • HTML Formatter
Open In App
Next Article:
Bootstrap 5 Helpers Reference
Next article icon

Bootstrap 5 Components Reference

Last Updated : 01 Dec, 2023
Comments
Improve
Suggest changes
Like Article
Like
Report

Bootstrap 5 Components enable the user to make their own Components and can include more functionality by adding the Accordion, Alerts, Badge, Breadcrumb, Buttons, etc, which help to enhance the overall user experience, along with engaging the users on their sites by decorating them.

The complete list of Components is listed below with their brief description:

Accordion

Bootstrap 5 Accordion is an essential part of modern web development that allows users to organize and present content in a structured and intuitive manner.

Components

Descriptions

FlushAccordion Flush is a type of accordion who are more edge-to-edge with the parent container.
Always openAccordion Always open is used to change the default value of Accordion and change it to always-open
SassAccordion SASS can be used to change the default values provided for the accordion by customizing the SCSS file of Bootstrap 5.

Alerts

Bootstrap 5 Alerts provide contextual feedback messages for typical user actions with a handful of available and flexible alert messages. 

Components

Descriptions

Link colorAlerts Link Color class is used to set the color of the alert element.
Additional contentAlerts help inform users about particular events or give acknowledgment.
IconsAlerts Icons are used to add icons to the alert bar to format the bar and make it more informative.
DismissingIt provides a feature to dismiss the alerts inline and to enable alerts dismissing we need to add the .alert-dismissible class to the alert, and the data-bs-dismiss=”alert” attribute to the close button.
SassAlerts SASS can be used to change the default values provided for the alert by customizing the SCSS file.
JavaScript behaviorAlerts JavaScript behavior provides to enable the dismissal of an alert when an action is triggered.
TriggersAlert Triggers are used to close an alert.
MethodsAlerts methods that are used to control the visibility of the alert component.
EventsAlerts JavaScript behavior Events fired when interacting with Bootstrap 5 Alerts.

Badges

Bootstrap 5 Badges are used for creating labels. Badges scale to match the size of the immediate parent element by using relative font sizing.

Components

Descriptions

HeadingsBadge headings can be used to label the latest information about the headings.
Buttonswe will see the use of Badges on Buttons by using the badges class on Buttons.
PositionedIt is used to position the badge in the corner of the button or to make the link look more appealing.
Background colorsBadges Background colors provide different utility classes for backgrounds that help to enhance the appearance of a badge.
Pill badgesBootstrap 5 Badges Pill badges can be made by using the rounded-pill class on the badge component
SassBadges SASS is used to change the default value of badge’s font size, font color, padding, border radius, and font-weight.

Breadcrumb

Bootstrap 5 Breadcrumb are used to indicate the current page’s location within a navigational hierarchy.

Components

Descriptions

DividersBreadcrumb Dividers are created using the content property of the “::before” element.
VariablesBreadcrumb SASS variables can be used to change the default values provided for the breadcrumb by customizing scss file of Bootstrap5.

Buttons

Bootstrap 5 Buttons is the latest major release by Bootstrap in which they have revamped the UI and made various changes. Buttons are the components provided to create various buttons.

Components

Descriptions

Disable text wrappingButtons Disable text wrapping is used if you don’t want to wrap the button text.
Button tagsButtons Button tags are used to create buttons using <a>, <button>, and <input> elements.
Outline buttonsBootstrap 5 provides a series of classes that can be used to create outline buttons in our project, i.e. buttons without background color.
SizesBootstrap 5 provides 2 different classes that allow changing the button sizes.
Disabled stateThe disabled option is used to create a button with the disabled state.
Block buttonsBlock buttons are used to display the full-width responsive buttons.
Button pluginbuttons plugin gives the flexibility to play around with setting the toggle states and also with adding certain predefined button methods
Toggle statesButtons Toggle states are used to change the button states.
MethodsBootstrap 5 has specially designed buttons that can be used in different utilities and the buttons can be used.
SassSASS can be used to change the default values provided for the buttons by customizing scss file of bootstrap 5.

Button Group

Bootstrap 5 Button Group is a component provided by Bootstrap 5 which helps to combine the buttons in a series in a single line.

Components

Descriptions

Mixed stylesButton group is a component that helps to combine the buttons in a series in a single line.
Outlined stylesButton group is a component provided by Bootstrap 5 which helps to combine the buttons in a series in a single line.
Checkbox and radio button groupscheckbox and radio button group provide to combine the button, such as checkbox and radio toggle buttons in a button group, by implementing the .btn-group class.
Button toolbarButton Group Buttons toolbar components are used to create a toolbar of Button groups.
SizingBootstrap 5 provides different classes that allow changing button group sizes.
NestingBootstrap 5 Button group nesting is used to create a dropdown menu mixed with a series of buttons
Vertical variationThe vertical group variation is used to stack the button group vertically rather than horizontally.

Card

Bootstrap 5 Card provides a flexible and extensible content container with multiple variants and options. It includes options for headers and footers

Components

Descriptions

BodyBootstrap 5 Cards Body is used to create the card’s body is the main part of the card which contains the title, sub-title all the things that a card contains.
Titles, text, and linksCards Titles, text, and links are used to add a title, text content, and links to a card.
Imagesootstrap 5 Cards Images facilitates adding the image to the card, which may contain the content.
List groupsCards List groups are used to create a group of lists inside the card to show information like features, pricing, and many more.
Kitchen sinkThe card is a component provided by Bootstrap 5 which provides a flexible and extensible content container with multiple variants and options.
SizingCards Sizing can set the width of the card using custom CSS, grid classes, grid Sass mixins, or utilities.
Using utilitiesCards Using utilities: The height and weight of the card can be set up using card utilities.
Using custom CSScard component provides a flexible and extensible content container with multiple variants and options.
Text alignmentA card is a flexible and extensible content container that shows the information overview shortly.
NavigationCards navigation refers to a user interface design pattern where related information is organized into individual cards that can be interacted with and rearranged for easy viewing and access.
Image capsImages can be used similarly to headers and footers of the cards. These images are called Card Image Caps.
Image OverlaysWith the help of this feature, the image can be modified into a card background, along with overlaying text into the card.
HorizontalCards Horizontal is used to make the card horizontal so the image and content can be placed side by side.
Card stylesA card is a bordered box with some padding around its content. It includes options for headers, footers, content, colors, etc.
BorderCards Border is part of the utilities that can be used to add borders on cards.
Mixins utilitiesIn Bootstrap 5, the cards can have additional headers and footers and their backgrounds can be made completely transparent using the .bg-transparent class.
Card layoutCards layout facilitates a variety of classes to be used for styling the content within the cards component, although, there are no responsive layout options available yet in Bootstrap.
Grid cardsGrid Cards is a way to have a grid of cards put beside one another and they completely act like a grid.
MasonryCards Masonry is a grid layout that uses space optimization and displays cards in the most space-efficient way and also looks beautiful.
SassCards SASS can be used to change the default values provided for the card by customizing scss file.

Carousel

Bootstrap 5 Carousel provides a slideshow component for cycling through elements.

Components

Descriptions

Slides onlyCarousel Slides only is a type of carousel where there is nothing in the slides of the carousel like the previous, next buttons, captions, and indicators.
With controlsCarousel With controls means we can add controls to the Carousel for changing the slides of the carousel.
With indicatorsCarousel With indicators are used to create indicators in the carousel. We can click on these indicators, to change from one slide to another.
With captionsCarousel With captions means we can add a class carousel-caption to the carousel items to add a caption for them.
CrossfadeCarousel Crossfade is used to create a carousel animate slide show effect in Crossfade style.
Individual .carousel-item intervalCarousel Individual .carousel-item interval is used to give time intervals to individual carousel items by which the carousel items will be automatically cycled at the given intervals of time.
Disable touch swipingCarousel Disable Touch Swiping can be used to disable the left/right swipe of the slides with touch on a touchscreen
Dark variantCarousel Dark variant is by default, controls, indicators, and captions have white colors.
Custom transitionBootstrap 5 Carousel transition can be customized with the help of the SASS variables that help to set the duration of the transition.
SassSASS has a set of variables with default values that can be changed to customize the Carousel.
OptionsCarousel options can be used to customize the carousel and use it more efficiently.
MethodsBootstrap 5 Carousel Methods are used with JavaScript to implement different settings and variations to the carousel.

Close Button

Bootstrap 5 Close Button provides a new component which can be used for dismissing content like modals and alerts.

Components

Descriptions

Disabled stateClose button Disabled state is used to disable the close button for dismissing content like modals and alerts.
White variantBootstrap 5 Close button is used to add more user access and enhance user experience to a website and its components.
SassClose button SASS can be used to change the default values provided for the close button by customizing scss file of bootstrap 5.

Collapse

Bootstrap 5 Collapse is used to toggle the visibility of content across your project with a few classes and the JavaScript plugins.

Components

Descriptions

Multiple targetsCollapse multiple targets can be used to show or hide multiple elements by assigning them a common group and using a single <button> or <a> tag to hide/show them.
SassCollapse SASS can be used to change the default value of transition duration and transition timing of the height property collapsible component.
UsageCollapse is a component used to create collapsible content panels. It allows you to hide and show content on demand.
Via data attributesCollapse can also be controlled by using the data attributes.
Via JavaScriptCollapse can be triggered using two ways using data attributes and using JavaScript.
Optionscollapse options are used to group the collapsible elements under a single parent.
MethodsCollapse Methods are used to control the visibility of a Bootstrap 5 Collapse element, manually.
EventsIn this article, we will learn about the Bootstrap 5 Collapse Events fired when interacting with the Bootstrap 5 Collapse element

Dropdowns

Bootstrap 5 Dropdowns are toggleable, contextual overlays for displaying lists of links and more.

Components

Descriptions

Single buttonBootstrap 5 Dropdowns Single button is used to turn a button into a dropdown toggle with some basic markup.
Split buttonBootstrap 5 Dropdowns split button is used to turn a button into a dropdown toggle with some basic markup.
SizingBootstrap 5 Dropdowns SizingBootstrap 5 Dropdowns Sizing is used to create dropdowns on different sizes of buttons.
Dark dropdownsBootstrap 5 Dropdowns Dark dropdowns are needed to match the navbar or site theme.
DirectionsBootstrap 5 Dropdowns Directions are used to change the direction in which we want the dropdown to pop up
DropupBootstrap 5 Dropdowns Dropup is used to show dropdown menus above the parent elements by using the .dropup class.
DroprightDropdowns Dropright is used to open the dropdown on the right-hand side of the user, We can one the dropdowns anywhere
DropleftBootstrap 5 Dropdowns Dropleft is used to open the dropdown on the left-hand side of the user.
Menu itemsBootstrap 5 Dropdowns Menu items are a list of options on a website that appears only when a user interacts with the menu, like by clicking on it or hovering over it.
ActiveDropdowns Active helps to set the state of any item in the dropdown menu as active.
DisabledDropdowns Disabled is used to disable some text items in the dropdown.
Menu alignmentDropdowns are toggleable, contextual overlays for displaying lists of links and more.
Responsive alignmentBootstrap 5 Dropdowns Responsive alignment is used to align dropdowns by using the responsive variation classes.
Alignment optionsIn Bootstrap 5 we can use classes on the dropdown container to make it aligned as per need.
Menu contentBootstrap Dropdowns are one of the most important parts of an interactive website.
HeadersBootstrap 5 Dropdowns Menu content Headers are used to add a header/title to the menu in the dropdown.
DividersBootstrap 5 Dropdowns Menu content Headers are used to add a header/title to the menu in the dropdown.
TextBootstrap 5 Dropdowns Menu Content text is placed in the freeform in the dropdown menu.
FormsBootstrap 5 Dropdown Menus in forms is a form element that displays a list of options, allowing the user to select one.
Dropdown optionsBootstrap 5 Dropdowns Options can be passed through the data attributes or JavaScript.
Auto close behaviorBootstrap 5 Dropdowns Auto close behavior is used to make the dropdowns close when we click outside of that dropdown or that particular button.
SassBootstrap 5 Dropdown SASS can be used to change the default values provided for the dropdowns by customizing SCSS file.
UsageBootstrap 5 dropdowns allow users to display a list of options that can be selected by clicking on a button or link.
Via data attributesBootstrap 5 Dropdowns Via data attributes allow you to add your own information to tags.
Via JavaScriptBootstrap 5 Dropdowns can be triggered or used using two ways via data attributes and JavaScript.
OptionsBootstrap 5 Dropdowns Options can be passed through the data attributes or JavaScript.
MethodsIn Bootstrap 5 Dropdowns, there are pre-defined methods that we can use to trigger different types of functionalities in dropdowns.
EventsIn this article, we will learn about the Bootstrap 5 Dropdowns events fired when interacting with the Bootstrap 5 dropdown.

List Group

Bootstrap 5 List groups are a flexible and powerful component for displaying a series of content.

Components

Descriptions

Active itemsBootstrap 5 provides the List Group Active feature in which items are stored in form of a list.
Disabled itemsBootstrap 5 provides the List Group disabled items feature in which items are stored in form of a list.
Links and buttonsBootstrap 5 provides the List Group Links and Buttons items feature in which items are actionable and stored in form of a list.
FlushBootstrap 5 provides the List Group Flush feature in which items are stored in the form of a list.
Numberedwhich is used to keep items in the form of a list and display them sequentially through the use of numbers.
HorizontalBootstrap 5 List group Horizontal facilitates to modification & alignment of the structure of the list group items from vertical to horizontal
Contextual classesBootstrap 5 List group Contextual classes are used to style list-group-items with different backgrounds and colors.
With badgesBootstrap 5 List group with badges can be used to add badges to the list group item to indicate the count of objects.
Custom contentBootstrap 5 List Group Custom content allows us to use HTML inside the list, here, the term custom Content” refers to HTML, therefore any HTML elements can be used inside, including anchor tags, paragraph tags, divs, photos, and many more.
Checkboxes and radiosBootstrap 5 List group Checkboxes and radios use .list-group and .list-group-item classes to create a list of items.
SassBootstrap 5 List Group SASS can be used to change the default values provided for the list group by customizing scss file of bootstrap 5.
JavaScript behaviorBootstrap5 list group JavaScript behavior is used to generate tabbable panes of local material by expanding our list group.
Using data attributesBootstrap 5 List group Using data attributes allows you to add your own information to tags.
Fade effectBootstrap 5 List group Fade effect is used to fade the visible element. This fade effect hides or shows an element by fading it. A fade-in effect begins with a solid color and then fades.
MethodsBootstrap 5 List Group methods that are used to control the visibility of the List Group component. For example, these methods can be used to show a list of group components, or dispose of them.
showBootstrap 5 List Group shows a series of content to the user.
disposeBootstrap’s List group dispose() Method is utilized to dispose of a tab of the list group.
getInstanceBootstrap 5 List Group getInstance() method is used to get the instance of the tab attached with the DOM element passes as the parameter.
getOrCreateInstanceootstrap List group getOrCreateInstance() method is used to obtain the instance of a particular tab of the list Group.
EventsIn this article, we will learn about the Bootstrap 5 List Group events fired when interacting with the Bootstrap 5 List Group.

Modal

Bootstrap 5 Modals are used to add dialogs to your site for lightboxes, user notifications, or completely custom content.

Components

Descriptions

Modal componentsA website can have dialogues added for lightboxes, user notifications, or entirely unique content by using Bootstrap modals.
Live demoBootstrap 5 Modal live demo demonstrates the toggle of a working modal by clicking a button that opens a modal.
Static backdropBootstrap 5 Modal Static backdrop facilitates the modal that will not be going to be closed while clicking outside of the modal, by setting the backdrop to static.
Scrolling long contentBootstrap 5 Modal Scrolling long content is used when modal body content becomes very large then it becomes scrollable.
Vertically centeredBootstrap 5 Modal Vertically Centered is used to make the modal centered aligned. Modals are positioned over everything else in the document and the scroll gets removed from the <body> so that modal content scrolls instead.
Tooltips and popoversBootstrap 5 Modal Tooltips and Popovers can be used to display additional information to the users about the modal content.
Using the gridBootstrap 5 Modal Using the grid can add content which can be anything from text to images to anything we want.
Varying modal contentBootstrap 5 Modal Content can be varied by passing the value which needed to be accessed in the modal to a data-bs-* (where * can be anything you like) attribute of the triggering button.
Toggle between modalsBootstrap 5 Toggle Between Modals is used to switch between modals, this does not mean there can be multiple opened modals,
Change animationBootstrap 5 Modal Change animation facilitates several variables that determine the animation transformation state of the modal, along with setting the zoom-in & zoom-out animation for the modal
Remove animationBootstrap 5 Modal is used to show dialogues to the frontend user using bootstrap’s JavaScript library.
Dynamic heightsA website can have dialogues added for lightboxes, user notifications, or entirely unique content by using Bootstrap modals.
Optional sizesBootstrap 5 Modal Optional sizes have different optional sizes, to be placed along with the modal-dialog class.
Fullscreen ModalBootstrap 5 Fullscreen Modal is used to create a modal that completely covers the entire screen of the user.
UsageBootstrap 5 Modal plugin is used to create a customized webpage where we can add dialog boxes for user notifications and lightboxes.
Via data attributesBootstrap 5 Modal Via data attributes can activate a modal, by setting data-bs-toggle=”modal” on an element, like a button.
Via JavaScriptModals are used to add dialogs to your site for lightboxes, user notifications, or completely custom content.
OptionsBootstrap 5 Modal option can be used in two ways using data attributes and using JavaScript.
Passing optionsBootstrap 5 Modal can be triggered in two ways using data attributes and using JavaScript.
toggleThe Bootstrap 5 Modal toggle() method is used to directly toggle a modal i.e. show or hide.
handleUpdateA website can have dialogues added for lightboxes, user notifications, or entirely unique content by using Bootstrap modals.
disposeBootstrap 5 modal provides us with some utility methods and they can be used to manage the modal in different ways.
getInstanceBootstrap 5 Modal getInstance() method is used to get the modal instance from a DOM element if exists.
getOrCreateInstanceBootstrap 5 Modal getOrCreateInstance() method is used to get the modal instance from a DOM element if it exists or to create a new example for the same element if not exist.
EventsBootstrap5 Modal Events are the functionality provided by bootstrap to be added to the modals.

Navs and tabs

Navs and tabs are the components given in bootstrap for navigation list of all the nav and tab are given below

Components

Descriptions

Base navBootstrap 5 Navbar Nav is used to make the navbar according to our own needs, like navbar navigation links build on .nav options with their own modifier class.
Available stylesto build your own , mix and match all the components if boot strap
Horizontal alignmentnav are left-aligned you can easly change it to center with the help of flex box utilites
VerticalBootstrap 5 Vertical alignment classes provided by Bootstrap 5 are used to align inline, inline-block, inline-table, and table cell elements vertically.
TabsTabs are navigation components they make website user-friendly
PillsTabs are navigation components they make website user-friendly
Fill and justifyfill and justify use to get the full availability of width in two modifier class
Working with flex utilitiesFlex utilities are use for great responsive nav variation with the help of these we can do great customizing accross all the backpoints
Regarding accessibilityEven if they are visually formatted as tabs using the.nav-tabs class, navigation bars should not utilize the role="tablist", "tab", or "tabpanel" properties.
 
Using dropdownsBootstrap 5 is the latest major release by Bootstrap in which they have revamped the UI and made various changes
JavaScript behaviorIn addition to this, alert instances can be created with the help of the alert constructor. Although, there are a few events that enable the alert functionality by implementing Bootstrap’s alert plugin.
MethodsTo customize the usage of a user predefined methods can be used with JavaScript.

Navbar

Bootstrap 5 Navebar use for responsive navigation of header. they also make building , navigation user-friendly.

Components

Descriptions

Supported contentBootstrap 5 Navbar Supported content contains Navbar which supports various sub-components like .navbar-brand, .navbar-nav, .navbar-text, .navbar-toggler, and .navbar-scroll.
BrandBootstrap 5 Navbar brand is applied to the typical branding logo that sees in the top navigation bar.
TextA navigation bar is used in every website to make it more user-friendly so that the navigation through the website becomes easy and the user can directly search for the topic of their interest.
ImageBootstrap 5 Navbar Brand Image is used to put the image inside of a navbar. a navbar can contain images and text.
Image and textBootstrap 5 Navbar Brand Image and text are used to create a navbar that holds the image and text within it.
NavBootstrap 5 Navbar Nav is used to make the navbar according to our own needs, like navbar navigation links build on .nav options with their own modifier class.
FormsBootstrap 5 Navbar Forms are used to create the components like a search bar, or login within a navbar.
TextNavbar Text is used to put some text on the navbar. To do so Bootstrap 5 brings the Bootstrap 5 Navbar Text features.
Color schemesBootstrap 5 Navbar Color schemes is used to customize a navbar using navbar light and dark themes, along with background color utilities.
ContainersThe container layout can define the main frame of the page using header, content, sidebar, and footer components.
PlacementA navigation bar is used in every website to make it more user-friendly so that the navigation through the website becomes easy and the user can directly search for the topic of their interest.
ScrollingBootstrap 5 Navbar Scrolling enables vertical navigation scrolling within the toggleable contents
Responsive behaviorsBootstrap 5 Navbar Responsive behaviors help us determine when the content will hide behind a button
TogglerBootstrap 5 Navbar has an amazing feature that makes it very innovatively responsive to different screen and viewport sizes which is its transformation into the Toggler.
External contentThe collapse plugin can be used to trigger a container element for content that structurally sits outside of the Bootstrap 5 Navbar.
SassBootstrap 5 Navbar SASS can be used to change the default values provided for the navigation bar by customizing scss file of bootstrap 5.

Offcanvas

Bootstrap 5 OffCanvas components constitute an offcanvas are a header with a close button and a body section which is optional and we can also add some action buttons on the footer section which are optional too.

Components

Descriptions

Offcanvas componentsBootstrap 5 Offcanvas components are the different parts that merge to create an offcanvas sidebar.
Live demoBootstrap 5 Offcanvas live demo of Offcanvas can be implemented using a link with href attribute or button with data-bs-target attribute by applying javascript to the element.
PlacementBootstrap 5 Offcanvas Placement has four directions from which the carousel can pop out which are left(default), top, bottom, and right.
BackdropBootstrap 5 Offcanvas Backdrop is the greyish translucent cover that is all over the background which is shown when the off-canvas opens.
SassBootstrap 5 Offcanvas SASS can be used to change the default values provided for the Offcanvas by customizing scss file of bootstrap5.
UsageBootstrap 5 Offcanvas Usage Options are employed to manually regulate the off-canvas element’s display.
Via data attributesAn Offcanvas can be triggered or used using two ways using data attributes and using JavaScript.
Via JavaScriptBootstrap 5 Offcanvas can be triggered or used using two ways using data attributes and using JavaScript.
OptionsBootstrap 5 Offcanvas Usage Options are employed to manually regulate the off-canvas element’s display
MethodsBootstrap 5 Offcanvas methods are used to control the visibility of the offcanvas element, manually.
EventsBootstrap 5 Offcanvas Events fired when interacting with the Bootstrap 5 offcanvas.

Popovers

Bootstrap 5 Popovers are a feature that allows you to add small overlays of content to a page.

Components

Descriptions

Four directionsThe popover is a bootstrap component used to mainly add additional information to a website.
Dismiss on next clickThe popover is an attribute of bootstrap used to make the website look more effective.
Disabled elementsBootstrap 5 Popovers are an amazing way to show some quick information when hovered over a button or anchor or span tag.
SassBootstrap 5 Popovers SASS has a set of variables that are usually set to a default value but it can be changed accordingly to customize the Popover.
UsageBootstrap 5 popover is similar to the tooltips which have a pop-up box that appears when we click the element.
OptionsBootstrap 5 Popovers are small overlays that can be displayed on top of content to provide additional context or action options.
Using function with popperConfigBootstrap 5 Popover is a feature of Bootstrap that allow you to display a small popup over the element when an element is clicked or hovered over.
showBootstrap 5 Popovers show() method is used to open the popover manually. It will show the popover before the actual shown.bs.popover event occurs.
hideBootstrap 5 Popovers hide() Method hides the popover for an element.
toggleBootstrap 5 Popovers toggle() method is used to toggle the visibility of the popover.
disposeBootstrap 5 Popover is an attribute in bootstrap that can be used to make any website look more dynamic.
enableBootstrap 5 Popovers are a feature that allows you to add small overlays of content to a page.
disableBootstrap 5 popover disable() method is used to disable the element’s popover to be displayed.
toggleEnabledBootstrap 5 Popovers toggleEnabled() method is used to toggle between the enabled and disabled state of the popover.
updateBootstrap5 Popovers update() method is used to re-calculate the position of the popover based on any changes in the content or size.
getInstanceBootstrap 5 Popover getInstance() method is used to get the already existing instance of the bootstrap Popover and return that instance to the caller.
getOrCreateInstanceBootstrap 5 Popovers getOrCreateInstance() method is used to obtain the instance of tooltips while the tooltips are being used
EventsBootstrap 5 Popovers Events start off when the different popover instances are initiated
 

Pagination

Pagination is used to enable navigation between pages in a website. The pagination used in Bootstrap has a large block of connected links that are hard to miss and are easily scalable.

Components

Descriptions

OverviewBootstrap is a free and open-source tool collection for creating responsive websites and web applications.
Working with iconsAn icon is a visual representation that helps to understand the website & also helps to navigate through the website.
Disabled and active statesThe pagination links could be styled to make them appear unclickable by using the .disabled class.
SizingSizing is a set of utility classes used to set the height and width of the element.
AlignmentThis class is added inside the component which helps to align the pagination in rows. This is the default value.
SassIt offers the Fastclick.js tool for faster rendering on mobile devices.
VariablesVariables facilitates the _variables.scss that is used to indicate the variables.
MixinsThe Mixins can be used to create the form validation feedback styles.

Progress

Bootstrap 5 progress bar is used to display the progress of a process on a computer. A progress bar displays how much of the process is completed and how much is left.

Components

Descriptions

LabelsBootstrap 5 Progress Labels are used to display the progress of a process on a computer.
HeightBootstrap 5 Progress Height is used to set the height of the progress bar.
BackgroundsThe Bootstrap 5 Progress is used to show the progress of a task to the user.
Multiple barsBootstrap 5 Progress Multiple bars is used to put multiple bars in a single progress bar you can include multiple progress bars in a progress component giving them different colors and styling using bootstrap 5 classes.
StripedThe Bootstrap 5 progress bar is used to show the progress of a task to the user.
Animated stripesBootstrap 5 Progress Animated stripes are used to make the stripes progress bar animated.
SassBootstrap 5 Progress SASS has a set of variables with default values and keyframes which are used to create CSS animations for the progress bars.

Scrollspy

Bootstrap 5 Scrollspy is an automatic navigation mechanism that automatically updates the scroll position.

Components

Descriptions

in navbarBootstrap 5 Scrollspy in Navbar is used to apply the Scrollspy on the Navbar.
with nested navBootstrap 5 Scrollspy is one of the features which targets the navigation bar contents automatically on scrolling the area.
with list-groupIn Bootstrap 5, one of the features is Bootstrap Scrollspy which targets the navigation bar contents automatically on scrolling through the area.
data attributesBootstrap 5 Scrollspy Via data attributes facilitate adding the scrollspy behavior in the navigation.
JavaScriptIn this article, we will see how to use Scrollspy in Bootstrap 5 via Javascript.
MethodsBootstrap5 Scrollspy Methods are used to control the Scrollspy element with the help of Javascript and perform operations like disposing,
refreshBootstrap 5 Scrollspy provides a refresh() method that is invoked while including or discarding the elements in the DOM tree,
disposeBootstrap 5 Scrollspy dispose() method is used to remove the ScrollSpy functionality from an element
getInstanceBootstrap5 Scrollspy Methods are used to control the Scrollspy element with the help of Javascript and perform operations like disposing of, getting or creating the Scrollspy instance
getOrCreateInstanceBootstrap 5 Scrollspy getOrCreateInstance() method is used to obtain the instance of a particular tab of the list group.
OptionsBootstrap 5 Scrollspy is an automatic navigation mechanism that automatically updates the scroll position.

Spinners

Bootstrap 5 spinners are used to specify the loading state of a component or webpage.

Components

Descriptions

Border spinnerBootstrap 5 Spinner is used to show the loading stage of the component, these spinners are built only with HTML and CSS
Growing spinnerBootstrap 5 Spinner is used to show the loading stage of the component, these spinners are built only with HTML and CSS
AlignmentBootstrap 5 Spinners Alignment is used to set the alignment of the spinner element.
MarginBootstrap 5 Spinners Margin is used to create spinners in different margins.
PlacementBootstrap 5 Spinners Placement is used to set the position of spinners where you want to place them according to the need.
FlexBootstrap5 Spinner Flex Placements is a display utility that is used to place the spinner in a flexbox, where the spinner is placed inside the flexbox container using the .d-flex class.
FloatsBootstrap 5 Spinners Float Placements are used to set the position of spinner elements to left, right, or none depending on the requirements.
Text alignBootstrap 5 Spinners Float Placements are used to set the position of spinner elements to left, right, or none depending on the requirements.
Size

Bootstrap 5 Spinners Size is used to create spinners in different sizes

.

ButtonsBootstrap 5 Spinners are used to display the loading state of a component or a page.
SassBootstrap 5 Spinners SASS has a set of variables with default values and keyframes which are used to create CSS animations for the spinners.

Toasts

Bootstrap 5 Toasts are notifications or messages which the users receive whenever they perform certain actions. They can easily be customized.

Components

Descriptions

BasicBootstrap 5 Toasts Basic is used to show the alert notifications.
LiveBootstrap 5 Toasts Live is used to show the alert notifications.
TranslucentBootstrap 5 provides the Toasts which are used to show the alert notifications.
StackingBootstrap 5 Toasts Stacking feature is used to wrap multiple toasts in a toast container which will increase the vertical spacing.
Custom contentBootstrap 5 Toasts Custom content is used to add your own markup by removing sub-components.
Color schemesToasts are a type of alert box that is used to show a message or an update to the user.
PlacementBootstrap 5 Toasts which are used to show the alert notifications.
AccessibilityToasts are the basic push notifications sent to the user its similar to the alert box.
SassBootstrap 5 Toasts SASS has a set of variables with default values that can be changed to customize the toasts.
OptionsBootstrap 5 Toasts Options available a few features like enable/disable, auto-hide, etc.
MethodsBootstrap 5 Toasts Methods are used to perform some specific tasks on toasts like the show, hide, etc methods
showBootstrap 5 Toasts are a type of alert box that is used to show a message or an update to the user.
hideBootstrap 5 Toasts are a type of alert box that is used to show a message or an update to the user.
disposeBootstrap 5 Toasts dispose() method stops a toast from being displayed on the webpage.
getInstanceBootstrap 5 Toast getInstance() method is used to get the already existing instance of the bootstrap Toast and return it to the caller.
getOrCreateInstanceBootstrap 5 Toast getOrCreateInstance() Method is used to get the already existing instance or create a new instance and return that to the caller.
EventsBootstrap5 Toasts Events are events that take place when the toast triggers a specific instance method.

Tooltips

Bootstrap 5 Tooltips is used to provide interactive textual hints to the user about the element when the mouse pointer moves over.

Components

Descriptions

Enable tooltips everywhereBootstrap 5 Tooltips can be enabled everywhere by first creating a list of all the tooltips and then enabling each of them.
UsageBootstrap 5 Tooltips usage is used to create the markup and the text on the elements when required, and the tooltip created is placed after the element that was triggered.
MarkupBootstrap 5 Tooltip is one of the components which provide small, interactive, textual hints for elements. 
Disabled elementsBootstrap 5 Tooltips are a JavaScript plugin that allows you to add small, interactive, text-based hints to elements on your web page.
OptionsBootstrap 5 Tooltip usage options can be passed through the data attributes or via javascript.
Using function with popperConfigBootstrap 5 Tooltips Using function with popperConfig facilitates an interface that allows us to change the default Popper Configuration.
MethodsBootstrap 5 Tooltips facilitates some pre-defined methods that we can use to trigger different types of functionalities in tooltips.
showBootstrap 5 Tooltip is a UI element that shows some extra information when the user hovers over or focuses on a tooltip-enabled element.
hideBootstrap 5 Tooltip is used to show some extra information to the user when the user hovers over the element.
toggleBootstrap 5 Tooltips toggle() method is used to toggle a tooltip’s visibility manually.
disposeBootstrap 5 Tooltips dispose() method is used to manually destroy a tooltip.
enableBootstrap 5 Tooltips enable method. This method is used to enable a tooltip’s ability to be shown.
disableBootstrap 5 Tooltips disable() method is used to remove a tooltip’s ability to be visible, manually.
toggleEnabledA tooltip is a UI element that is used to show some extra information when the user hovers over or focuses on a tooltip-enabled element. 
updateBootstrap 5 Tooltip is used to show some extra information to the user when the user hovers over the element or when the element with the tooltip is in focus.
getInstanceBootstrap Tooltips getInstance() Method is used to obtain the instance of tooltips while the tooltips are being used.
getOrCreateInstanceBootstrap Tooltips getOrCreateInstance() method is used to obtain the instance of tooltips while the tooltips are being used. 
EventsBootstrap 5 Tooltip is used to show additional information about an element when it is hovered by the user or comes into focus.

Next Article
Bootstrap 5 Helpers Reference

L

lakshaysharmqiek
Improve
Article Tags :
  • Web Technologies
  • Bootstrap
  • Bootstrap-5

Similar Reads

  • Bootstrap 5 Tutorial
    Bootstrap 5 is a front-end framework that helps developers create responsive and visually appealing websites quickly and efficiently. Bootstrap 5 simplifies the process of web development with its intuitive design system and extensive components. This version includes improved responsiveness, stream
    7 min read
  • Bootstrap 5 Introduction
    Bootstrap is a free and open-source collection of CSS and JavaScript/jQuery code used for creating dynamic websites layout and web applications. Bootstrap is one of the most popular front-end frameworks which has really a nice set of predefined CSS codes. Bootstrap uses different types of classes to
    4 min read
  • Layout

    • Bootstrap 5 Layout Breakpoints
      Bootstrap 5 layout breakpoints are specific screen widths at which the appearance and behavior of elements on a webpage change. These breakpoints enable responsive design, adjusting content layout and design for various devices, like mobile, tablet, and desktop. Core Concept:Breakpoints in responsiv
      3 min read

    • Bootstrap 5 Layout Containers
      Bootstrap5 Layout Containers are considered the most basic layout that can be used and they can be used to contain other layouts. Containers are basically used to add pad the contents inside or center the items inside the container. In this article, we'll see Bootstrap 5 Layout Containers. Layout Co
      3 min read

    • BootStrap 5 Layout Grid System
      BootStrap5 Layout Grid system is responsive. It comes with a flexbox and allows up to 12 columns across the page. You can also group the columns together. The grid system is a powerful mobile-first responsive flexbox grid. How it works: Here’s how the grid system comes together: Its grid supports si
      3 min read

    • Bootstrap 5 Columns
      Bootstrap 5 Columns facilitates the different option for the alignment, ordering, and offsetting of the Columns with the help of flexbox grid system. The different available column classes can be utilized to manage widths of non-grid elements. Bootstrap 5 Columns: The following components is used th
      2 min read

    • Bootstrap 5 Gutters
      Bootstrap 5 Gutters are used to give padding between columns, responsively space, and align content to the grid system. How gutters works? Using the .padding-right and .padding-left classes, we can add padding to the right and left of each column. Gutters, which are produced by horizontal padding, a
      2 min read

    • Bootstrap 5 Utilities
      Bootstrap 5 provides a lot of utilities to make a stylish, mobile-friendly, and responsive front-end website without using any CSS code. The utility layout is used for showing, hiding, aligning, and spacing content. Bootstrap 5 utilities for layout: Changing display: Bootstrap 5 provides some displa
      2 min read

    • Bootstrap 5 Z-index
      In Bootstrap 5, the z-index property controls the stacking order of elements. It defines the depth of an element along the z-axis, determining which elements appear above others. Higher values place elements closer to the foreground, while lower values move them to the background. Bootstrap 5 z-inde
      2 min read

    Content

    • Bootstrap Reboot
      Bootstrap Reboot is used to reboot all the styles of some specific elements. It normalizes HTML elements with opinionated styles, sets better defaults for <html> and <body> elements, optimizes text rendering with native font stacks, and resets margins, paddings, and other styles for cons
      2 min read

    • Bootstrap 5 Typography
      Bootstrap 5 Typography styles and formats text, providing customized headings, subheadings, lists, paragraphs, and font styles. It supports global settings for font stack, headings, link styles, ensuring consistency across devices. Here's the information represented in a table format: TermDescriptio
      2 min read

    • Bootstrap 5 Images
      Bootstrap 5 provides classes for responsive images, ensuring they scale appropriately within their parent elements, maintaining aspect ratio, and enhancing appearance across devices without overflowing. Types of Images: TermDescriptionResponsive imagesResize images according to parent element and sc
      1 min read

    • Bootstrap 5 Tables
      Bootstrap 5 provides a series of classes that can be used to apply various styling to the tables such as changing the heading appearance, making the rows striped, adding or removing borders, making rows hoverable, etc. Bootstrap also provides classes for making tables responsive. Bootstrap 5 Tables:
      2 min read

    • Bootstrap 5 Figures
      A Bootstrap5 Figures is a component that provides a way to display a piece of content along with an image. If we want to show the image with an optional component, the figure class in Bootstrap 5 is used. Bootstrap 5 Figures Classes: figure: used to display content, like any image with an optional c
      2 min read

    Forms

    • Bootstrap-5 Forms
      Form controls: <input>, <select>, <textarea> are the tags used for general appearance like input field, select item and textareas. Note: To make the user interface more presentable, use properties like padding, margins as per the need. Example: C/C++ Code <!DOCTYPE html> <
      2 min read

    • Bootstrap 5 Form Controls
      Form controls like <input>, <select>, <textarea> are the tags used to add custom styles, sizing, focus states to  input field, select item, and text-areas etc. Below are utilities of form control: Sizing: This utility is used to set the label of the form input field in different si
      2 min read

    • Bootstrap 5 Select
      Bootstrap 5 Select form is used to create customized select elements with custom CSS that changes the element’s initial appearance. Bootstrap 5 Select Options: Default: It is used to create a default list of options from which a single option can be selected. To create a select option, we use <se
      2 min read

    • Bootstrap 5 Checks and Radios
      Bootstrap 5 provides us with utility Checks and radios. This utility is used for creating checkboxes and radio without using CSS. Bootstrap 5 Checks and Radios:Checks: The checkboxes are used for selecting one or several options in a list.Radios: The radios are for selecting one option from many opt
      2 min read

    • Bootstrap 5 Range
      Bootstrap 5 Range is the limit slider between values that can vary. Bootstrap provides us with a custom range of inputs that provides consistent cross-browser styling. The value and background for the range slider are both styled to look the same across all other browsers. Disabled: It is grayed out
      2 min read

    • Bootstrap 5 Input Group
      Bootstrap 5 Input Group allows extending the default form controls easily by incorporating text, buttons, or button groups on either side of textual inputs, custom selects, and custom file inputs. Bootstrap 5 facilitates several different components that can be utilized to create the basic Input gro
      3 min read

    • Bootstrap 5 Floating labels
      Bootstrap 5 floating labels are form labels that float over input fields, improving UX. Wrap form controls like <input>, <label>, <textarea>, <select> inside <div> with class .form-floating. Ensure these elements precede <label> inside the floating <div>. Bo
      2 min read

    Forms Layout

    • Bootstrap 5 Layout Forms
      Bootstrap 5 Layout forms provide control of the input field and custom positioning. All the fields should be placed inside the <form> tag. By default the form is aligned vertically as the default value for display is block and is set to 100%. We can use additional classes to change this defaul
      2 min read

    • Bootstrap5 Layout Utilities
      Bootstrap 5 Layout Utilities facilitate mobile-friendly, responsive websites. They offer numerous utility classes for tasks like displaying, hiding, aligning, and spacing content, enabling versatile modifications tailored to different design requirements. NameDescriptionChanging displayBootstrap 5 p
      2 min read

    • Bootstrap 5 Layout Form Grid
      Bootstrap 5 Layout Form Grid is used to create a complex form using grid classes. The form grid layout required multiple columns of different widths and alignments. To create a form grid, we use .row and .col classes. Form Grid Layout used Classes: .row: This class is used to create a row of a form
      2 min read

    • Bootstrap 5 Layout Gutters
      Gutters are the gaps between the columns in bootstrap's grid layout. The gutter modifier classes can be used to change the widths of the gutters. There are 3 primary gutter modifier classes that are listed below: Bootstrap5 Layout Gutter Modifier Classes: g-*: This class is used to set the width of
      2 min read

    • Bootstrap 5 Layout Horizontal form
      Bootstrap 5 Layout Horizontal form is used to create horizontal forms by using the .row class with .col-*-* classes to specify the width of your labels and controls. Also, use the .col-form-label class with <label> element to set the form label in vertically centered. Layout Horizontal form us
      2 min read

    • Bootstrap 5 Layout Horizontal form label sizing
      Bootstrap 5 Layout Horizontal form label sizing is used to set the label of the form input field in different sizes. To set the label size, use the .col-form-label-sm or .col-form-label-lg class to <label> or <legend> tag with the size of .form-control-lg and .form-control-sm. Horizontal
      2 min read

    • Bootstrap 5 Layout Column sizing
      Bootstrap 5 Layout Column sizing is used to set the width of the column element. To create equal widths columns, .col within .row classes are used. We can also use the subset of classes to set split the columns unequally. Layout Column sizing used Classes: .row: This class is used to create rows for
      2 min read

    • Bootstrap 5 Layout Auto-sizing
      Bootstrap5 layout Auto-sizing dynamically calculates the size height, width, and positions of the elements can be adjusted automatically. It uses a flexbox utility to vertically center the contents and changes .col to .col-auto so that your columns only take up as much space as needed. Bootstrap5 La
      2 min read

    • Bootstrap 5 Layout Inline forms
      Bootstrap 5 Layout Inline forms consist of a responsive horizontal layout. All of the elements are inline and left-aligned, and labels are alongside, and only apply to forms within viewports.  Bootstrap 5 Layout Inline forms used classes: row-cols-lg-auto: This class is used to create horizontal lay
      2 min read

    • Bootstrap 5 Validation
      Bootstrap 5 Validation refers to the process of enhancing form input accuracy in web development. It utilizes HTML5 validation features, providing feedback to users regarding input correctness. This feature supports customization with custom styles and JavaScript for improved user experience. Bootst
      4 min read

    Components

    • Bootstrap 5 Accordion
      Bootstrap 5 Accordion organizes content into collapsible panels, enabling space-efficient presentation of information. It allows users to toggle between panel visibility, enhancing user experience, and content organization within web applications. iframe { width: 100%; height: 500px;} @media (max-wi
      3 min read

    • Bootstrap 5 Alerts
      Bootstrap 5 Alerts are customizable components used to convey important information to users. They come in various styles such as success, warning, danger, and info, providing visual feedback to users based on different actions or states within a web application. iframe { width: 100%; height: 450px;
      2 min read

    • Bootstrap 5 Badges
      Bootstrap 5 Badges are small components used to highlight specific information, typically in lists or inline with other content. They provide visual cues through colored backgrounds and customizable text, helping to draw attention to key details or status indicators within a webpage or application.
      2 min read

    • Bootstrap Breadcrumb
      Bootstrap 5 Breadcrumb simplifies website navigation by displaying a sequential path to the current page. It enhances user experience by visually indicating the hierarchical structure of the site, facilitating easy navigation as per Bootstrap 5 documentation. Bootstrap 5 Breadcrumb TermDescriptionBr
      2 min read

    • Bootstrap 5 Buttons
      Bootstrap 5 Buttons are pre-styled components in the Bootstrap framework, offering consistent design and functionality. They streamline development by providing ready-to-use button styles, sizes, and behaviors, ensuring a cohesive and responsive user interface across web applications with minimal CS
      3 min read

    • Bootstrap 5 | Button group
      Bootstrap 5 is the latest major release by Bootstrap in which they have revamped the UI and made various changes. Button group is a component provided by Bootstrap 5 which helps to combine the buttons in a series in a single line. All types of buttons are supported by it. Syntax: <div class="btn-
      4 min read

    • Bootstrap 5 | Card
      Bootstrap 5 is the latest major release by Bootstrap in which they have revamped the UI and made various changes. The card is a component provided by Bootstrap 5 which provides a flexible and extensible content container with multiple variants and options. It includes options for headers and footers
      11 min read

    • Bootstrap 5 Carousel
      Bootstrap 5 Carousel is a slideshow component for cycling through images or slides, allowing users to showcase multiple pieces of content in a visually appealing and interactive way. It offers various options for customization and responsive design. Bootstrap Carousel Classes: ClassDescriptioncarous
      3 min read

    • Bootstrap 5 | Close button
      Bootstrap 5 provides a new component which is a Close button which can be used for dismissing content like modals and alerts. It can be included in the webpage using bootstrap.js or bootstrap.min.js. This component can be combined with models, alerts, and popovers. Disabled close buttons have pointe
      1 min read

    • Bootstrap 5 Collapse
      Bootstrap 5 is the latest major release by Bootstrap in which they have revamped the UI and made various changes. Collapse is used to toggle the visibility of content across your project with a few classes and the JavaScript plugins which comes with Bootstrap 5. The working of collapse component is
      3 min read

    • Bootstrap 5 Dropdowns
      Bootstrap 5 is the latest major release by Bootstrap in which they have revamped the UI and made various changes. Dropdowns are toggleable, contextual overlays for displaying lists of links and more. They’re made interactive with the included Bootstrap dropdown JavaScript plugin. They’re toggled by
      9 min read

    • Bootstrap 5 List group
      Bootstrap 5 is the latest major release by Bootstrap in which they have revamped the UI and made various changes. List groups are a flexible and powerful component for displaying a series of content. These can be modified and extended to support just about any content within. Use .list-group and .li
      5 min read

    • Bootstrap 5 Modal
      Bootstrap 5 is the latest major release by Bootstrap in which they have revamped the UI and made various changes. Modals are used to add dialogs to your site for lightboxes, user notifications, or completely custom content. Modals are built with HTML, CSS, and JavaScript. They’re positioned over eve
      8 min read

    Navbar

    • Bootstrap 5 Navbar Brand
      Bootstrap 5 Navbar brand is applied to the typical branding logo that sees in the top navigation bar. It may contain an image logo or text, etc. A Navbar helps readers in selecting topics, links, or sub-topics of their interest. Bootstrap 5 Navbar Brand: Text: The text in the user interface is added
      3 min read

    • Bootstrap 5 Navbar Brand Text
      A navigation bar is used in every website to make it more user-friendly so that the navigation through the website becomes easy and the user can directly search for the topic of their interest. Navbar Brand Text is used to add text in place of the brand logo. We can write text or links using the nav
      2 min read

    • Bootstrap Navbar Brand Image
      Bootstrap Navbar Brand Image is used to put the image inside of a navbar, a navigation bar component in the Bootstrap framework. It typically appears at the top of a webpage, serving as a visual identifier for the website or application and linking back to the homepage. Pre-requisite: To use images
      2 min read

    • Bootstrap 5 Navbar Nav
      Bootstrap 5 Navbar Nav simplifies navigation creation by grouping navigation links within a container element with the nav class. Use nav-item for each link and nav-link for styling. Customize with optional classes like "active" for the current page. Bootstrap 5 Navbar Nav class: There is no specifi
      2 min read

    • Bootstrap 5 Navbar Forms
      Bootstrap 5 Navbar Forms are used to create the components like a search bar, or login within a navbar. Bootstrap 5 Navbar Forms Classes: No special classes are used in Navbar Forms. You can customize the form using Navbar and Form classes Syntax: <nav class="navbar"> <form> <input cl
      2 min read

    • Bootstrap 5 Navbar Text
      Navbar Text is used to put some text on the navbar. To do so Bootstrap 5 brings the Bootstrap 5 Navbar Text features. Creating a navbar is obvious when we are creating a website, and putting text on the navbar is required to guide the visitors to the right destination. Navbar Text Class: navbar-text
      2 min read

    • Bootstrap 5 Offcanvas
      Bootstrap is a free and open-source collection of CSS and JavaScript/jQuery code used for creating responsive & dynamic websites layout and web applications. Offcanvas is one of the features of Bootstrap to make web pages more attractive, along with enhancing the user experience. Offcanvas is a
      12 min read

    • Bootstrap 5 Popovers
      Bootstrap 5 Popovers Provides directional placement options (top, bottom, left, right), dismiss on click, and support for disabled elements. Styled with Sass, they feature various methods, options, and events for dynamic interaction and customization. Bootstrap 5 Popovers: AspectDescriptionFour dire
      2 min read

    • Bootstrap 5 Progress
      Bootstrap 5 is the latest major release by Bootstrap in which they have revamped the UI and made various changes. A progress bar is used to display the progress of a process on a computer. A progress bar displays how much of the process is completed and how much is left. You can add a progress bar o
      5 min read

    • Bootstrap 5 Scrollspy
      Bootstrap 5 Scrollspy is used to automatically update the navigation links based on the scroll position, highlighting the corresponding section in the viewport. To use scrollspy in Bootstrap 5, we need to add the data-bs-spy="scroll" attribute to the element that should be used for scrolling and spe
      4 min read

    • Bootstrap 5 Spinners
      In this article, we will implement spinners in the website using Bootstrap & will also see the implementation of different types of spinners through the example. The spinners are used to specify the loading state of a component or webpage. Bootstrap facilitates the various classes for creating d
      4 min read

    • Bootstrap 5 Toasts
      Bootstrap 5 Toasts are notifications or messages which the users receive whenever they perform certain actions. They can easily be customized. Overview: Toasts need to be initialized. Apply autohide: false so that the toasts don't automatically hide.Placement: You can place toasts as you want. The t
      3 min read

    • Bootstrap 5 Tooltips
      A Tooltip is used to provide interactive textual hints to the user about the element when the mouse pointer moves over. The tooltip is quite useful for displaying the description of different elements on the webpage. To create a tooltip, we need to add the data-bs-toggle="tooltip" attribute to an el
      3 min read

    Helpers

    • Bootstrap 5 Clearfix
      Bootstrap 5 .clearfix helper class facilitates clearing and fixing the floated content in an element or container by adding the clearfix utility. Basically, without clearfix class, the floated content/elements act like they have a position set to absolute and to fix that, we use the clearfix helper
      2 min read

    • Bootstrap 5 Colored links
      Bootstrap 5 Colored links are used to add colors to the link element. To set the colored links, we use the classes of utilities built on our theme colors. To make different color links, we will use .link-* class and add CSS styles to it. Colored links used Classes: link-primary: This class is used t
      2 min read

    • Bootstrap 5 Ratios
      Bootstrap 5 provides ratios, which can be used to create fixed-ratio containers. These containers maintain a specific aspect ratio, regardless of the size of the screen or the content within them. Bootstrap 5 Ratios: Aspect ratio: The proportionality between an element's height and breadth is known
      2 min read

    • Bootstrap 5 Position
      Bootstrap 5 Position offers utility classes to control the positioning of elements. It includes classes like "position-static," "position-relative," "position-absolute," etc., facilitating precise element positioning on web pages for improved layout and design control. NameDescriptionposition-static
      2 min read

    • Bootstrap 5 Visually hidden
      Bootstrap 5  Visually hidden are used to visually hide an element so that it does not display on the page while still allowing it to be exposed to assistive technologies. .The visually-hidden class hides the element by default and the visually-hidden-focusable class visually hides an element but dis
      2 min read

    • Bootstrap 5 Stretched link
      Bootstrap 5 Stretched link is used to make any component clickable. Multiple links are not recommended. The card in bootstrap has position:relative by default, so we can easily add .stretched-link class to a link. Bootstrap 5 Stretched link class: stretched-link: It is added to <a> tag to make
      2 min read

    • Bootstrap 5 Text Truncation
      Bootstrap 5 is a catalog of UI components that enables developers to develop their websites and applications in less time by using the pre-built components and utility classes. This article will see Bootstrap 5 Text truncation. Text Truncation is used to truncate long statements and paragraphs using
      2 min read

    Extend

    • Bootstrap 5 Approach
      Bootstrap 5 Approach simplifies customization and extension, providing principles and strategies for tailored development. It manages viewport behavior, ensuring optimal rendering on diverse devices. By setting viewport width and scale, enables responsive design, adjusting content for optimal viewin
      3 min read

    • Bootstrap 5 Icons
      Bootstrap 5 has a growing collection of open-source, high-quality icons. You can use them within any element in your project with or without bootstrap. There are the following ways to include bootstrap icons: Install Bootstrap icons package manager.npm i bootstrap-iconsEmbed them within the HTML of
      2 min read

geeksforgeeks-footer-logo
Corporate & Communications Address:
A-143, 7th Floor, Sovereign Corporate Tower, Sector- 136, Noida, Uttar Pradesh (201305)
Registered Address:
K 061, Tower K, Gulshan Vivante Apartment, Sector 137, Noida, Gautam Buddh Nagar, Uttar Pradesh, 201305
GFG App on Play Store GFG App on App Store
Advertise with us
  • Company
  • About Us
  • Legal
  • Privacy Policy
  • In Media
  • Contact Us
  • Advertise with us
  • GFG Corporate Solution
  • Placement Training Program
  • Languages
  • Python
  • Java
  • C++
  • PHP
  • GoLang
  • SQL
  • R Language
  • Android Tutorial
  • Tutorials Archive
  • DSA
  • Data Structures
  • Algorithms
  • DSA for Beginners
  • Basic DSA Problems
  • DSA Roadmap
  • Top 100 DSA Interview Problems
  • DSA Roadmap by Sandeep Jain
  • All Cheat Sheets
  • Data Science & ML
  • Data Science With Python
  • Data Science For Beginner
  • Machine Learning
  • ML Maths
  • Data Visualisation
  • Pandas
  • NumPy
  • NLP
  • Deep Learning
  • Web Technologies
  • HTML
  • CSS
  • JavaScript
  • TypeScript
  • ReactJS
  • NextJS
  • Bootstrap
  • Web Design
  • Python Tutorial
  • Python Programming Examples
  • Python Projects
  • Python Tkinter
  • Python Web Scraping
  • OpenCV Tutorial
  • Python Interview Question
  • Django
  • Computer Science
  • Operating Systems
  • Computer Network
  • Database Management System
  • Software Engineering
  • Digital Logic Design
  • Engineering Maths
  • Software Development
  • Software Testing
  • DevOps
  • Git
  • Linux
  • AWS
  • Docker
  • Kubernetes
  • Azure
  • GCP
  • DevOps Roadmap
  • System Design
  • High Level Design
  • Low Level Design
  • UML Diagrams
  • Interview Guide
  • Design Patterns
  • OOAD
  • System Design Bootcamp
  • Interview Questions
  • Inteview Preparation
  • Competitive Programming
  • Top DS or Algo for CP
  • Company-Wise Recruitment Process
  • Company-Wise Preparation
  • Aptitude Preparation
  • Puzzles
  • School Subjects
  • Mathematics
  • Physics
  • Chemistry
  • Biology
  • Social Science
  • English Grammar
  • Commerce
  • World GK
  • GeeksforGeeks Videos
  • DSA
  • Python
  • Java
  • C++
  • Web Development
  • Data Science
  • CS Subjects
@GeeksforGeeks, Sanchhaya Education Private Limited, All rights reserved
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our Cookie Policy & Privacy Policy
Lightbox
Improvement
Suggest Changes
Help us improve. Share your suggestions to enhance the article. Contribute your expertise and make a difference in the GeeksforGeeks portal.
geeksforgeeks-suggest-icon
Create Improvement
Enhance the article with your expertise. Contribute to the GeeksforGeeks community and help create better learning resources for all.
geeksforgeeks-improvement-icon
Suggest Changes
min 4 words, max Words Limit:1000

Thank You!

Your suggestions are valuable to us.

What kind of Experience do you want to share?

Interview Experiences
Admission Experiences
Career Journeys
Work Experiences
Campus Experiences
Competitive Exam Experiences