From the course: Bootstrap 5 Essential Training

Unlock this course with a free trial

Join today to access over 24,000 courses taught by industry experts.

Dropdowns

Dropdowns

- [Instructor] Dropdowns are quite useful in a variety of components. So there are a lot of options for using them. You start with a dropdown container with a class of dropdown. Now, unlike with other components, everything is going to live inside the dropdown. So you have to worry less about what the target of the dropdown is because it's inside the dropdown itself. So inside that you have a menu toggle or a dropdown toggle and that can be a link or a button, there's not going to be a need to target anything. Since the dropdown menu is going to be in the same container. Now, this also has an ID so that it can be identified with the proper assistive technologies. And each one of the dropdown menus will have a series of dropdown items that identified the elements that are going to go in the dropdown. So let's check these out. So you take a look at the button dropdown here, you can see that it shows you some items underneath and the way that we've got this coded, we have a dropdown we…

Contents