Navbar Bootstrap 5Free+ CSS+ JS
Custom Dropdown Select Menu: a hand-crafted, open-source Bootstrap 5 navbar. HTML, CSS & JS included, ready to copy.
2.8k views70 downloads
gosnippets.com/preview/custom-dropdown-select-menu
Source Code
1<link rel='stylesheet' href='https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600&display=swap'>
2<link rel='stylesheet' href='https://unpkg.com/boxicons@2.1.1/css/boxicons.min.css'>
3
4<div class="select-menu active">
5 <div class="select-btn">
6 <span class="sBtn-text">Select your option</span>
7 <i class="bx bx-chevron-down"></i>
8 </div>
9
10 <ul class="options">
11 <li class="option">
12 <i class="bx bxl-instagram-alt" style="color: #E1306C;"></i>
13 <span class="option-text">Instagram</span>
14 </li>
15 <li class="option">
16 <i class="bx bxl-linkedin-square" style="color: #0E76A8;"></i>
17 <span class="option-text">Linkedin</span>
18 </li>
19 <li class="option">
20 <i class="bx bxl-facebook-circle" style="color: #4267B2;"></i>
21 <span class="option-text">Facebook</span>
22 </li>
23 <li class="option">
24 <i class="bx bxl-twitter" style="color: #1DA1F2;"></i>
25 <span class="option-text">Twitter</span>
26 </li>
27 </ul>
28</div>More Navbar snippets

Responsive Sidebar Navigation for Dashboard
Responsive Sidebar Navigation for Dashboard: a hand-crafted, open-source Bootstrap 5 navbar. HTML & CSS included, ready to copy.
NavbarView →

Bootstrap Transparent navbar example
Bootstrap Transparent navbar example — a free Bootstrap 5 navbar snippet. Copy the HTML, CSS & JS and paste straight into your Bootstrap 5 project.
NavbarView →

Bootstrap 5 e-commerce navigation with product snippet
Bootstrap 5 e-commerce navigation with product snippet: a hand-crafted, open-source Bootstrap 5 navbar. HTML & CSS included, ready to copy.
NavbarView →
Comments(0)
No comments yet — be the first to start the discussion.
Sign in to join the conversation.