Bootstrap - Sidebar Demo



What is a sidebar?

A sidebar is a vertical column placed alongside the main content area and used to display navigation information.

Bootstrap sidebar represents a custom sidebar component built using Bootstrap's classes and utilities. In Bootstrap, a sidebar is often created using a combination of the grid system, flexbox, and CSS classes such as .col and .d-flex.

Some of the examples of the headers are as follows.

Example Description Download link
Dark sidebar menu structure This example shows a dark sidebar menu contains different sections and dropdown menu for user account Download
Light sidebar menu structure This example shows a light sidebar with links to different sections and dropdown menu for user account. Download
Sidebar with icons This example shows the sidebar menu which is represented by using icons. Download
Collapsible sidebar This example shows a sidebar menu contains a list of links that collapsed to show or hide their respective submenus. Download
sidebar with list Group This example shows sidebar menu represents a list group. Download
Advertisements