Nuxt UI Pro v1.0 is out with dashboard components!

ColorModeToggle

A Toggle to switch between color mode.

Usage

You can pass any prop of the Toggle component to override the style or size, they will be forwarded.

<template>
  <UColorModeToggle />
</template>