Bootstrap vertical sidebar menu
Bootstrap has built-in .nav class to build any type of menu - vertical and horizontal. Just add flex-column next to the nav class like class="nav flex-column"
. navigation becomes vertical
You can add custom styles to nav-link or nav-item. Check given demo for more details
Here is the basic code for sidebar menu
Back to all examples