I'm looking for a Bootstrap3 component that adds tabs at the right of the screen and when you click a tab it opens. See this examples:
Asked
Active
Viewed 27 times
1 Answers
0
If you see my answer here, you'll see that these "stacked" tabs used to be in Bootstrap 2, but were removed in Bootstrap 3. You can get the same effect with additional CSS.
Example: http://bootply.com/74926

Community
- 1
- 1

Carol Skelly
- 351,302
- 90
- 710
- 624
-
Thanks for comment. I already found this example, but it seems this doesn't slide out when click a tab. – brasileric Mar 16 '16 at 10:26
-
Yeah, you'd have to add a CSS transition to get that effect – Carol Skelly Mar 16 '16 at 10:32