Color Themes
All color themes are available for use in the navbar while dark is the default.
Important Notes:
If the
theme
prop is set to
none
, the navbar will have a transparent background.
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
{
theme
:
'
light
'
,
.
.
.
}
only
%}
HTML
Not available in plain HTML. Please use Twig.