You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<code>ui-navbar</code>: Outermost container for navbar widget
79
+
<ul>
80
+
<li>
81
+
<code>ui-navbar-row</code>: Rows of navbar systems. This represents every navbar row except first
82
+
</li>
83
+
<li>
84
+
<code>ui-navbar-row-n</code>: (n+1)th row of navbar system except first row
85
+
</li>
86
+
</ul>
87
+
</li>
88
+
</ul>
89
+
73
90
<h3>Icons in navbars</h3>
74
91
<p>Icons can be added to navbar items by adding the <code>data-icon</code> attribute specifying a standard mobile icon to each anchor. By default, icons are added above the text (<code>data-iconpos="top"</code>). The following examples add icons to a navbar in a footer.</p>
0 commit comments