Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 1.18 KB

README.md

File metadata and controls

25 lines (20 loc) · 1.18 KB

Nav

<Nav fill tabs>
    <NavItem>Home</NavItem>
    <NavItem>Docs</NavItem>
    <NavItem>About</NavItem>
</Nav>

Props

Prop name Description Type Values Default
fill Defines if the nav-fill class should be used boolean - false
justified Defines if the nav-justified class should be used boolean - false
pills Defines if the nav-pills class should be used boolean - false
tabs Defines if the nav-tabs class should be used boolean - false
vertical Defines if the flex-column class should be used
Displays items vertically
boolean - false

Slots

Name Description Bindings
default Displays the content of the nav