@gitlab/ui
Version:
GitLab UI Components
12 lines (7 loc) • 518 B
Markdown
The navigation component is built with flexbox and provides a strong foundation for building all
types of navigation components.
## `GlNavItem`
Use `GlNavItem` to add actionable links (or router links) to your nav. `GlNavItem` wraps [`BNavItem`](https://bootstrap-vue.org/docs/components/navbar#b-nav-item).
## `GlNavItemDropdown`
Use `GlNavItemDropdown` to place dropdown items within your nav.
`GlNavItemDropdown` wraps [`BNavItemDropdown`](https://bootstrap-vue.org/docs/components/navbar#b-nav-item-dropdown).