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