nuxt-modules / color-mode

Dark and Light mode with auto detection made easy with Nuxt 🌗
https://color-mode.nuxtjs.org
MIT License
1.07k stars 98 forks source link

Can I use only data value? #229

Open dungsil opened 8 months ago

dungsil commented 8 months ago

Hello I want to use it without adding the dark class, is that possible?

For example, currently it works like this when I add the dataValue option.

<html class="dark" data-theme="dark">

But I want it to work like this.

<html data-theme="dark">