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
Twig
{% include '@bolt-components-navbar/navbar.twig' with {
width: 'auto',
...
} only %}
HTML
Not available in plain HTML. Please use Twig.