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
532 stars 228 forks source link

Vertical tabs #31

Open dimaip opened 9 years ago

dimaip commented 9 years ago

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.

neilkpd commented 9 years ago

I would definitely like to see this project with vertical tabs degrading to accordion. Please.

jellekralt commented 9 years ago

Hiya, I think this definitely would be a nice feature. If you could provide a PR that would be great, as I don't have a lot of time atm :)

dimaip commented 9 years ago

Hey, sorry, I had to create my own tiny tabs implementation, so I can't do a PR now.

jellekralt commented 9 years ago

No worries :)

terryupton commented 8 years ago

Any idea when vertical tabs might be available?

coxrichuk commented 8 years ago

I've already made an implementation of vertical tabs to accordion and I am happy to submit a PR.

The question is how would you see the widths of the tabs / content being controlled?

In my version however I am just using percentages via CSS.

terryupton commented 8 years ago

I think percentages via CSS is the best/most logical way to control this.