Use base .nav
class for building all types of navigation components. For light & Dark backgrounds use .nav-light, .nav-dark
modifier classes. For alignments and vertical navigation please check official documentation.
Add the .nav-tabs
modifier class to generate a tabbed interface.
Class | Values |
---|---|
class="nav-tabs nav-tabs-[value]"
|
primary / success / warning / danger / info / light / dark / red / green / pink / purple / violet / indigo / blue / sky / cyan / teal / neon / lime / sun / yellow / orange / pumpkin / brown / grey / gold / smoke |
Add the .nav-pills
class to create a pilled navigation.
Class | Values |
---|---|
class="nav-pills nav-pills-[value]"
|
primary / success / warning / danger / info / light / dark / red / green / pink / purple / violet / indigo / blue / sky / cyan / teal / neon / lime / sun / yellow / orange / pumpkin / brown / grey / gold / smoke |
Add .nav-pills-square
modifier class to create a square pills.
Add the .nav-pills-rounded
modifier class to create a rounded pills.
The .nav-sm
modifier class is used to for smaller size navs.
To proportionately fill all available space with your .nav-items
, use .nav-fill
.
For equal-width elements, use .nav-justified
.
Add .link-icon-left
class along with .nav-link
.
Add .link-icon-top
class along with .nav-link
.