jellekralt / Responsive-Tabs

Responsive Tabs is a jQuery plugin that provides responsive tab functionality. The tabs transform to an accordion when it reaches a CSS breakpoint. You can use this plugin as a solution for displaying tabs elegantly on desktop, tablet and mobile.
http://jellekralt.github.io/Responsive-Tabs/
MIT License
531 stars 227 forks source link

Arrows #87

Closed dan0124 closed 8 years ago

dan0124 commented 8 years ago

Hi,

Is it possible to add arrows depending on whether a tab is open or not? E.g. down arrow when open, side arrow when closed. That would be really useful.

Thanks, Dan

jellekralt commented 8 years ago

Hi,

You could do this yourself by adding an arrow icon to the tab by putting it inside the

 <li><a href="#tab-1">Responsive Tab-1</a></li>

element, and style it based on the r-tabs-state-active class.