Tabs
Documentation and examples for how to use Bootstrap’s included navigation components.
Takes the basic nav from above and adds the .nav-tabsclass to generate a tabbed interface.
You can activate a tab or pill navigation without writing any JavaScript by simply specifying data-toggle="tab"or data-toggle="pill"on an element. Use these data attributes on .nav-tabsor .nav-pills.
Stack your navigation by changing the flex item direction with the .flex-columnutility. Need to stack them on some viewports but not others? Use the responsive versions (e.g., .flex-sm-column).
Stack your navigation by changing the flex item direction with the .flex-columnutility. Need to stack them on some viewports but not others? Use the responsive versions (e.g., .flex-sm-column).