Loading preview...
Here is Theme Switch component
@uimix
npx shadcn@latest add https://21st.dev/r/lyanchouss/theme-switch
import ThemeSwitch from "@/components/ui/theme-switch"; export default function DemoOne() { return <ThemeSwitch />; }