Navs
Default
This is basic example for nav elements
Pill
Take that same HTML, but use .nav-pills instead
Tab
Takes the basic nav from above and adds the .nav-tabs class to generate a tabbed interface.
Line
Take that same HTML, but use .nav-lines instead
Alignment
Change the horizontal alignment of your nav with flexbox utilities. By default, navs are left-aligned, but you can easily change them to center or right aligned.
Fill and justify
Force your .nav's contents to extend the full available width. To proportionately fill all available space with your .nav-items, use .nav-fill. For equal-width elements, use .nav-justified. All horizontal space will be occupied by nav links.
Additional elements
You can combine other elements such as badges, icon or mdi-chevron-right
to separate nav items, we provide .nav-prepend and .nav-append for wrapping those elements.
Icon Additional elements
This is a custom navigation with icons. You can add extra elements like badges or separators (e.g. mdi-chevron-right) using .nav-prepend and .nav-append utility classes.