Kobana UI
GitHub

ThemeToggle

Toggle de tema claro/escuro/sistema com dropdown.

Instalação

npx @kobana/ui add theme-toggle

Dependências: button, dropdown-menu (shadcn/ui), next-themes (npm)

Importação

import { ThemeToggle } from "@/components/kobana/theme-toggle"

Props

PropTipoDefaultDescrição
labels{ light?, dark?, system?, srOnly? }"Claro"/"Escuro"/"Sistema"Labels customizáveis
classNamestringClasses adicionais

Requer ThemeProvider do next-themes na árvore de componentes.

Uso

<ThemeToggle />

On this page