Imagine ArtImagine Art

Theme Toggle

View in Figma

A sun/moon toggle button for switching between light and dark themes with rotation animation.

Actions

Import

import { ThemeToggle } from "@/components/ui"

API

PropTypeDefaultDescription
size"sm" | "md" | "lg""md"Button size.
mode"light" | "dark" | "system""system"Current theme mode.
onModeChange(mode: "light" | "dark") => voidCallback when theme changes.

Examples