In a level-item, you can then insert almost anything you want: a title, a button, a text
input, or just simple text. No matter what elements you put inside a Bulma level, they will always be
vertically centered.
{%
include docs/elements/snippet.html content=nav_example horizontal=true
more=true
%}
{% include docs/elements/anchor.html name="Centered level" %}
If you want a centered level, you can use as many level-item as you want, as long as
they are direct children of the level container.
{%
include docs/elements/snippet.html content=nav_centered_example
horizontal=true more=true
%}
{%
include docs/elements/snippet.html
content=nav_centered_bis_example horizontal=true more=true
%}
{% include docs/elements/anchor.html name="Mobile level" %}
By default, for space concerns, the level is vertical on mobile. If you want the level to be horizontal on mobile as
well, add the
is-mobile modifier on the level container.
{%
include docs/elements/snippet.html content=nav_mobile_example horizontal=true
more=true
%}