Theme dropdown with system/light/dark options.
import { ThemeSelector } from "@/components/ui";<ThemeSelector />Show selected theme name
<ThemeSelector variant="labeled" />Common settings pattern
<div className="flex items-center justify-between"> <div> <Label>Theme</Label> <p className="text-sm text-muted-foreground"> Select your preferred theme </p> </div> <ThemeSelector /></div>Configure your app with the features you need and download production-ready code.
Start Configuring