Tabs
Takes the basic nav from above and adds the .nav-tabs
class to generate a tabbed interface.
Default Tab
Use default tab with class nav-tabs
Custom Tab
Use default tab with class .nav-tabs & custom-tab
Tabs with icon
Use default tab with class .nav-tabs
Custom Tabs with icon
Use default tab with class .nav-tabs
Tabs with Badge
Use default tab with class .nav-tabs
NavPills Tabs
Use default tab with class .nav-tabs
Collapse
You can use a link with the href
attribute, or a button with the data-target
attribute. In both cases, the data-toggle="collapse"
is required.
Accordions
Using the card component, you can extend the default collapse behavior to create an accordion.