CFrez - Overview
🏠
Working from home
Highlights
- Pro
Pinned Loading
-
Local Storage Hook Local Storage Hook
1
/**2
* A hook that provides a simple way to save, load, and clear data from localStorage3
*4
* @param key - The key to use for the localStorage item5
* -
Self Contained ThemeToggle for React... Self Contained ThemeToggle for React with shadcn/ui and tailwindcss
1
import { useEffect, useState } from "react";
2
import { Moon, Sun } from "lucide-react";
3
// pnpm dlx shadcn@latest add button4
import { Button } from "@/components/ui/button";
5



