export * as Tabs from "./namespace"; export * from "./styles"; export * from "./tabs";
npx shadcn@latest add @kanpeki/tabs
import { Tabs } from "@/components/ui/tabs"
<Tabs />