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

ColorModeButton

A Button to switch between color mode.

Usage

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

<template>
  <UColorModeButton />
</template>