Responsive-Tabs icon indicating copy to clipboard operation
Responsive-Tabs copied to clipboard

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...

Results 23 Responsive-Tabs issues
Sort by recently updated
recently updated
newest added

I'd love to have vertical tabs degradable to accordion as well! Can provide a PR if needed. Guess it can be done with mere css though.

enhancement

There are a few different ways to handle this but I thought I'd get your take before choosing one. On a tab with a lot of content, the anchor jumps...

bug

The tabs stay collapsed (despite startCollapsed: false) if they are inside a hidden div (FAQs). Example: ``` Element1 Element2 Element3 Tab 1 Tab 2 Tab 3 ```

enhancement