Advertisement

Google Ad Slot: content-top

Bootstrap 5 Navbar

~1 min read · Bootstrap
On this page

The navbar in Bootstrap 5 is a responsive and customizable navigation bar component that can be used for site headers, navigation menus, and branding. It adapts seamlessly across devices.

Basic Navbar:

A simple navbar with a brand name.

Navbar with Links:

Add navigation links using an unordered list (<ul>).

Navbar with Dropdown:

Integrate a dropdown menu in the navbar.

Dark and Light Themes:

You can use .navbar-light and .bg-light or .navbar-dark and .bg-dark.

Navbar with Form and Search:

Add a form with a search bar.

Example
Try it yourself

Sticky Navbar:

Make the navbar stick to the top of the viewport.

Fixed Navbar:

Fix the navbar at the top or bottom using .fixed-top or .fixed-bottom.