Skip to content

Instantly share code, notes, and snippets.

View aabuhijleh's full-sized avatar
🧆
Coding for food

Abed Abu-Hijleh aabuhijleh

🧆
Coding for food
View GitHub Profile
@aabuhijleh
aabuhijleh / gist:e00674971b523588e7c224f709e0b4b2
Created April 23, 2025 14:31
SSR friendly Next theme toggle component
// src: https://github.com/t3-oss/t3-env/blob/%40t3-oss/env-nuxt%400.12.0/docs/src/components/theme-toggle.tsx
"use client";
import { useTheme } from "next-themes";
import * as React from "react";
import { Icons } from "@/components/icons";
import { Button } from "@/components/ui/button";