From f997c6ee323721517e3dae0b35abd247229f428d Mon Sep 17 00:00:00 2001 From: Johannes Eschricht Date: Mon, 9 Sep 2024 22:16:50 +0200 Subject: [PATCH] chore: Add @eschricht/nuxt-color-mode module --- modules/eschricht-color-mode.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 modules/eschricht-color-mode.yml diff --git a/modules/eschricht-color-mode.yml b/modules/eschricht-color-mode.yml new file mode 100644 index 000000000..95d2033c0 --- /dev/null +++ b/modules/eschricht-color-mode.yml @@ -0,0 +1,17 @@ +name: '@eschricht/nuxt-color-mode' +description: >- + A module similar to `@nuxtjs/color-mode` but with SSR support (through cookie and the `sec-ch-prefers-color-scheme` header to fetch system preferred color scheme on server) +repo: Eschricht/nuxt-color-mode +npm: '@eschricht/nuxt-color-mode' +icon: '' +github: https://github.com/Eschricht/nuxt-color-mode +website: '' +learn_more: '' +category: UI +type: 3rd-party +maintainers: + - name: Eschricht + github: Eschricht +compatibility: + nuxt: '>=3.0.0' + requires: {}