Menu with icons
Bootstrap 5 Menu with icons component
Responsive Menu with icons built with Bootstrap 5. Simple examples of a few menus with icons. Easy to implement and customize.
Basic example
Use dropdown, add .hidden-arrow
class next to .dropdown-toggle
and change text into icon in <button>
element.
If You want an icon in the dropdown, just add the icon next to the text in <li>
element.
If you want the icon to be a menu replace the <button>
element with <a>
and remove the .btn .btn-primary
classes.