Bootstrap sliding tabs (not tab content)

后端 未结 2 1979
一生所求
一生所求 2021-01-22 00:10

I\'m developing a project and using Bootstrap Tabs for my tabs. Users are able to create new tabs, so here is the problem: more than N tabs (where N de

2条回答
  •  故里飘歌
    2021-01-22 00:43

    There is nothing in Bootstrap OOTB, but you can do something like this: http://codeply.com/go/43ARTwZuie, or https://www.codeply.com/go/Loo3CqsA7T (Bootstrap 4.3.x)

    This solution uses jQuery to check the width in the tabs container, and then adjust the position of the tabs accordingly.

    Another option is to put the overflowing tabs into a dropdown like this: http://www.bootply.com/7oAli9A9zL#

提交回复
热议问题