Nuxt UI Pro v1.0 is out with dashboard components!
A Button to switch between color mode.
You can pass any prop of the Button component to override the style or size, they will be forwarded.
<template> <UColorModeButton /> </template>
ColorModeAvatar
An Avatar with a different src for light and dark mode.
ColorModeImage
An <img> with a different src for light and dark mode.