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