<p>The new <code>.navbar</code> replaces the old <code>.nav</code> component. You can still access its documentation <ahref="{{ site.url }}/documentation/components/nav/">here</a>.</p>
<code>.navbar-brand</code> the <strong>left side</strong>, <strongclass="has-text-success">always visible</strong>, which usually contains the <strong>logo</strong> and optionally some links or icons
The <code>.navbar-brand</code> is the left side of the navbar. It can contain:
</p>
<ul>
<li>
a number of <code>.navbar-item</code>
</li>
<li>
the <code>.navbar-burger</code> as last child
</li>
</ul>
</div>
{% highlight html %}{{navbar_brand_example}}{% endhighlight %}
<divclass="content">
<p>
The navbar brand is <strong>always visible</strong>: on both touch devices (<1000px)anddesktop(1000px+).Asaresult,itisrecommendedtoonlyuseafewnavbaritemstoavoid<strong>overflowing</strong> horizontally on small devices.
</p>
</div>
<divclass="example is-paddingless">
{{navbar_brand_items_example}}
</div>
{% highlight html %}{{navbar_brand_items_example}}{% endhighlight %}