Component that allows users to switch between light and dark themes.
import { ThemeSwitcher } from "@/components/ui/theme-switcher-1"; export default function DefaultDemo() { return <ThemeSwitcher />; }
Part of Geist — browse the full library on 21st.dev.