Duration: 17:11 min
Summary: In this lesson, we will talk about dropdowns and buttons. We will see how to use the class dropdown-menu to create the menu with list items. We will also explore the nav-tabs and nav-pills classes with the unordered lists. Another approach to saving space is using tabs. The tabbable, tabs-left, tab-content, and tab-pane classes will help us accomplish that.
There are more about buttons than what we have discussed so far. We are able to put buttons in a button toolbar. We can also group buttons together and place them vertically. More interestingly, if we have a drop down toward the bottom of the page, and we are concerned about the list being cut-off, we can create a dropup menu using the appropriate classes. We will see how to do that in this lesson