From the course: Bootstrap 4 Essential Training

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Navbar overview

Navbar overview - Bootstrap Tutorial

From the course: Bootstrap 4 Essential Training

Start my 1-month free trial

Navbar overview

- Every web project needs great navigation. Next to the grid, this is the most important component in Bootstrap. The different types of navigation components are navs, tabs, pills, and navbars. Navs are parents to all the other navigation. Tabs and pills are the same type of component and help you create content within a page that changes when clicked. Navbars, on the other hand, are typically used for main navigation between pages. Now, although you'll end up using navbars more often, it's easier to learn about navs first. The navbar component itself is extremely complex so learn to code a basic navbar and add other features piece by piece. It's extremely rare that a project will use all the features available. You can include things like branding, color schemes, dropdowns, and form elements within the navbar. And also add responsive or collapsible options so that your navigation collapses to a hamburger menu at certain break points. If you're coming from a previous version of…

Contents