-
-
Notifications
You must be signed in to change notification settings - Fork 78.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for .btn-group-based nav for tabs #12391
Comments
Putting the |
Yes I know that you can add .active class, but I mean is when you click the other nav, it doesn't dynamically change. |
We don't currently support that, and I'm unsure whether we'd be interested in adding such support. |
Is this what you want @dongepulango? http://jsbin.com/oXiQiLir/2/edit?html,javascript,live |
Yes @hnrch02 thank you very much! |
For v3.x, negatory. Making note of for v4. |
I'm am not using the standard navigation for tabs which is "nav-tabs", instead I use the "btn-group" for my links that toggle the different tab pane.
My question is is there a way to add "active" state to the btn-group? To see if what is the current active tab. Thank you.
The text was updated successfully, but these errors were encountered: