Static
Use the static prop to disable Navbar's default sticky position.
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
{
static
:
true
,
.
.
.
}
only
%}
HTML
Not available in plain HTML. Please use Twig.