To enable the dark topbar, add
data-topbar-color="dark" to the
<html> tag in your layout.
You can apply this dynamically using the
LayoutStoreService 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
LayoutStoreService 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
LayoutStoreService with
setTopbarColor('gradient').
Preview