Skip to content

Instantly share code, notes, and snippets.

@nonlinear
Created October 12, 2012 22:23
Show Gist options
  • Save nonlinear/3881955 to your computer and use it in GitHub Desktop.
Save nonlinear/3881955 to your computer and use it in GitHub Desktop.
Bootstrap: Button with dropdown
<div class="btn-group">
<a href="#" class="btn">%|</a>
<a class="btn dropdown-toggle" data-toggle="dropdown">
<span class="caret"></span>
</a>
<ul class="dropdown-menu">
<li><a href="#">[First Choice]</a></li>
<li><a href="#">[Second Choice]</a></li>
<li><a href="#">[Third Choice]</a></li>
</ul>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment