1====== WebComponent - Group ======
2
3
4===== About =====
5''group'' implements the ''navbar-nav'' element that is used in a [[navbar|navbar]] to group element.
6
7This is used mostly if you want a group of element at the right and an other at the left
8
9===== Articles Related =====
10{{backlinks>.}}
11
12===== Example =====
13The first group will be at the left and the search form at the right
14<webcode name="Default" frameborder=0 width=100% scrolling=yes externalResources="," renderingMode=story >
15<code dw>
16<navbar>
17<group class="mr-auto">
18<dropdown name="Nav Menu">
19[[dokuwiki:webcomponent:navbar|Navbar]]
20[[dokuwiki:webcomponent:dropdown|DropDown]]
21[[dokuwiki:webcomponent:search|Search]]
22</dropdown>
23</group>
24<search>
25</navbar>
26</code>
27</webcode>
28
29
30