Skip to content

Instantly share code, notes, and snippets.

View cybercoder-naj's full-sized avatar
:octocat:

Nishant Aanjaney Jalan cybercoder-naj

:octocat:
View GitHub Profile
@cybercoder-naj
cybercoder-naj / ThemeSwitcher.vue
Created February 25, 2025 16:46
A color mode theme switcher as a Vue component.
<script setup lang="ts">
/*
* Required dependencies:
* @headlessui/vue
* Nuxt tailwindcss module (or tailwind in general)
* Nuxt Icons (or any icon provider module)
*/
import { Switch } from '@headlessui/vue';