foundation-sites-5
Version:
**This package is only for versions 5 and earlier of Foundation. As of version 6, the package has a new name: `foundation-sites`.**
18 lines (17 loc) • 477 B
HTML
{{#markdown}}
```scss
.your-class-name {
@include button;
@include dropdown-button;
@include radius;
@include single-transition;
@include inset-shadow;
}
```
{{/markdown}}
<a href="#" data-dropdown="drop6" class="customized-dropdown-docs">Button Base, Size, Style & Shine</a>
<ul id="drop6" data-dropdown-content class="f-dropdown">
<li><a href="#">This is a link</a></li>
<li><a href="#">This is another</a></li>
<li><a href="#">Yet another</a></li>
</ul>