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