Skip to content

Instantly share code, notes, and snippets.

View askasim's full-sized avatar
🎯
Focusing

Asim Khan askasim

🎯
Focusing
View GitHub Profile
@askasim
askasim / ThemeSwitcher.vue
Last active May 1, 2024 04:56
Laravel Jetstream Dark Mode Switch
<template>
<div class="flex justify-center">
<div class="relative">
<button
class="flex text-md border-2 border-transparent rounded-full focus:outline-none focus:border-gray-300 transition"
@click="toggleDropdown"
>
<SunIcon
v-if="option === 'light'"
class="h-6 w-6"