Skip to content

Instantly share code, notes, and snippets.

@n3tr
Forked from smileyj68/f3-split-button.html
Created June 23, 2012 17:31
Show Gist options
  • Save n3tr/2979147 to your computer and use it in GitHub Desktop.
Save n3tr/2979147 to your computer and use it in GitHub Desktop.
Foundation 3 Split Button
<div href="#" class="large alert button split dropdown">
<a href="#">Split Button</a>
<span></span>
<ul>
<li><a href="#">Dropdown Item</a></li>
<li><a href="#">Another Dropdown Item</a></li>
<li class="divider"></li>
<li><a href="#">Last Item</a></li>
</ul>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment