Auto Width
By default the navbar takes up the full width of the viewport, but the width can be set to auto as well.
Demo
This is the navbar title
Section 1
Section 2
Section 3
Section 4
Section 5
Twig
{% include '@bolt-components-navbar/navbar.twig' with { width: 'auto', ... } only %}
HTML
Not available in plain HTML. Please use Twig.