Bootstrap 5 UI Tutorial

Build fast, responsive sites with Bootstrap 5

BS5 Navbar

Bootstrap 5 Navbar

A standard navigation bar is created with the .navbar class, followed by a responsive collapsing class: .navbar-expand-xxl|xl|lg|md|sm.

Navbar Components

  • .navbar-brand - for your company, product, or project name
  • .navbar-nav - for a full-height and lightweight navigation
  • .navbar-toggler - for use with the collapse plugin (hamburger menu)

Try It Yourself

Edit the code below and click Run to see the result live.

Source Code
Result
Topics