Theme Button, Light, Dark, System
npx shadcn@latest add https://21st.dev/r/designali-in/theme-button
Loading preview...
import { Component } from "@/components/ui/theme-button"; export default function DemoOne() { return <Component />; }