Vertical Spacing
There are spacing options for the navbar. The top and bottom padding can be adjust based on the use case.
Important Notes:
Reference the schema for all options.
Navbar schema
Demo
This is the navbar title
Section 1
Section 2
Section 3
Section 4
Section 5
More
Section 1
Section 2
Section 3
Section 4
Section 5
Twig
Twig
Copy
{%
include
'
@bolt-components-navbar/navbar.twig
'
with
{
spacing
:
'
medium
'
,
.
.
.
}
only
%}
HTML
Not available in plain HTML. Please use Twig.