Menus

Dropdown



<div class="dropdown"> <!-- visible --> <button class="button button-primary">Menu</button> <!-- menu content --> <div class="dropdown-content shadow-3"> <button class="dropdown-item"> <span class="item-label">Subtitle 1</span> <div> <svg width="20" height="19" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M10 18.35l-1.45-1.32C3.4 12.36 0 9.28 0 5.5 0 2.42 2.42 0 5.5 0 7.24 0 8.91.81 10 2.09 11.09.81 12.76 0 14.5 0 17.58 0 20 2.42 20 5.5c0 3.78-3.4 6.86-8.55 11.54L10 18.35z" fill="#000" fill-opacity=".8" /> </svg> </div> </button> <a href="#" class="dropdown-item"> <span class="item-label">Subtitle 2 Subtitle 2 Subtitle 2 Subtitle 2 Subtitle 2</span> <div> <svg width="20" height="19" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M10 18.35l-1.45-1.32C3.4 12.36 0 9.28 0 5.5 0 2.42 2.42 0 5.5 0 7.24 0 8.91.81 10 2.09 11.09.81 12.76 0 14.5 0 17.58 0 20 2.42 20 5.5c0 3.78-3.4 6.86-8.55 11.54L10 18.35z" fill="#000" fill-opacity=".8" /> </svg> </div> </a> </div> </div>