ColorMode

Change the color mode to improve the visibility of your site!

ColorMode

By adding a <ColorModeNavItemDropdown> you can switch between dark and light modes with a single button.

vue
<template>
 <NavbarNavList>
  <ColorModeNavItemDropdown />
 </NavbarNavList>
</template>

See Also