To enable the dark topbar, add
data-topbar-color="dark" to the <html> tag in your
layout. You can apply this dynamically using the layout with
setTopBarColor('dark').
Preview
To enable the gray topbar, add
data-topbar-color="gray" to the <html> tag in your
layout. You can apply this dynamically using the layout with
setTopBarColor('gray').
Preview
To enable the gradient topbar, add
data-topbar-color="gradient" to the <html> tag in
your layout. You can apply this dynamically using the layout with
setTopBarColor('gradient').
Preview