Stacked Tabs in Bootstrap 3

前端 未结 4 1889
轮回少年
轮回少年 2020-11-27 09:20

I am trying to implement left-aligned stacked tabs using the Tab jquery plugin in Bootstrap 3 where tabs are rendered vertically to the left of tab content, rather than on t

4条回答
  •  一个人的身影
    2020-11-27 09:30

    The Bootstrap team seems to have removed it. See here: https://github.com/twbs/bootstrap/issues/8922 . @Skelly's answer involves custom css which I didn't want to do so I used the grid system and nav-pills. It worked fine and looked great. The code looks like so:

    Home
    Profile
    Messages

    You can see this in action here: http://bootply.com/81948

    [Update] @SeanK gives the option of not having to enable the nav-pills through Javascript and instead using data-toggle="pill". Check it out here: http://bootply.com/96067. Thanks Sean.

提交回复
热议问题