Command Palette

Search for a command to run...

1.8k

Command Palette

Search for a command to run...

Blog

Theme Switcher

Toggle between system, light, and dark themes in Next.js apps.

Installation

$ pnpm dlx shadcn@latest add @ncdai/theme-switcher

Usage

import { ThemeSwitcher } from "@/components/theme-switcher"
<ThemeSwitcher />

References