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