VOOZH about

URL: https://www.geeksforgeeks.org/bootstrap/bootstrap-5-dropdowns-menu-items/

⇱ Bootstrap 5 Dropdowns Menu items - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

Bootstrap 5 Dropdowns Menu items

Last Updated : 23 Jul, 2025

 Bootstrap 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. 

Bootstrap 5  Dropdowns Menu items:

Example 1: In this example, we set an option active in the dropdown menu by using the .active class.

Output:

👁 Active-item-1


Example 2:  In this example, we set an option disabled in the dropdown menu by using the .disabled class.

Output:

👁 active-item2


Reference:https://getbootstrap.com/docs/5.0/components/dropdowns/#menu-items

Comment

Explore