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`.**
7 lines (6 loc) • 302 B
HTML
<a href="#" class="button expand" data-dropdown="dropExpand" data-options="pip: center">Expanded Dropdown</a>
<ul id="dropExpand" class="f-dropdown" data-dropdown-content>
<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>