Skip to content

Instantly share code, notes, and snippets.

@smileyj68
Created June 23, 2012 16:49
Show Gist options
  • Save smileyj68/2978979 to your computer and use it in GitHub Desktop.
Save smileyj68/2978979 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