ComboStrap UI - Nav Group
Table of Contents
1 - About
navgroup implements the navbar-nav element that is used in a navbar to group navigation elements.
This is used to group elements of a navbar such as:
- links
- or dropdown
2 - Articles Related
3 - Syntax
<group expand="true|false">
where:
- expand=true will make the group expand on the right side in order to take the available space and push the next element to the right. For the geek, this attribute will apply the bootstrap class mr-auto
4 - Example
The first group will be at the left and the search form at the right
<navbar>
<group expand="true">
[[navbar|Navbar]]
<dropdown name="Nav Menu">
[[group|Navbar]]
[[dropdown|DropDown]]
[[search|Search]]
</dropdown>
</group>
<search>
</navbar>