You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.
What happened instead?
Didn't work. Tabs and accordions are not clickable.
Please List the Following:
Mac OSX
Node 7.x
Foundation 6.3
As listed on the documentation for the Responsive Accordion Tabs. You have to require foundation.zf.responsiveAccordionTabs.js
On a clean install the foundation.zf.responsiveAccordionTabs.js is not included in the gulpfile.js. After adding the file the Accordion are still not working as expected.
The text was updated successfully, but these errors were encountered:
After a hour reading in the Foundation Docs I have a working solution.
<ul class="tabs" data-responsive-accordion-tabs="accordion medium-tabs" id="example-tabs">
<li class="tabs-title is-active"><a href="#panel1" aria-selected="true">Tab 1</a></li>
<li class="tabs-title"><a href="#panel2">Tab 2</a></li>
</ul>
<div class="tabs-content" data-tabs-content="example-tabs">
<div class="tabs-panel is-active" id="panel1">
<p>Vivamus hendrerit arcu sed erat molestie vehicula. Sed auctor neque eu tellus rhoncus ut eleifend nibh porttitor. Ut in nulla enim. Phasellus molestie magna non est bibendum non venenatis nisl tempor. Suspendisse dictum feugiat nisl ut dapibus.</p>
</div>
<div class="tabs-panel" id="panel2">
<p>Suspendisse dictum feugiat nisl ut dapibus. Vivamus hendrerit arcu sed erat molestie vehicula. Ut in nulla enim. Phasellus molestie magna non est bibendum non venenatis nisl tempor. Sed auctor neque eu tellus rhoncus ut eleifend nibh porttitor.</p>
</div>
</div>
How can this bug be reproduced?
What did you expect to happen?
Expected to work as described on Foundation Documentation
What happened instead?
Didn't work. Tabs and accordions are not clickable.
Please List the Following:
As listed on the documentation for the Responsive Accordion Tabs. You have to require
foundation.zf.responsiveAccordionTabs.js
On a clean install the
foundation.zf.responsiveAccordionTabs.js
is not included in the gulpfile.js. After adding the file the Accordion are still not working as expected.The text was updated successfully, but these errors were encountered: