Skip to content

Instantly share code, notes, and snippets.

@inabahare
Created August 29, 2015 11:44
Show Gist options
  • Save inabahare/7ab4a3e0207c9c3eb78b to your computer and use it in GitHub Desktop.
Save inabahare/7ab4a3e0207c9c3eb78b to your computer and use it in GitHub Desktop.
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Dropdown <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="#">Action</a></li>
<li><a href="#">Another action</a></li>
<li><a href="#">Something else here</a></li>
<li role="separator" class="divider"></li>
<li><a href="#">Separated link</a></li>
<li role="separator" class="divider"></li>
<li><a href="#">One more separated link</a></li>
</ul>
</li>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment