Organism
Tabs
A organism component from the MADT registry.
Installation
bash
npx shadcn@latest add @madt/tabsUsage
tsx
import { Tabs } from "@/components/ui/organisms/tabs.tsx";
export default function Example() {
return <Tabs />;
}A organism component from the MADT registry.
npx shadcn@latest add @madt/tabsimport { Tabs } from "@/components/ui/organisms/tabs.tsx";
export default function Example() {
return <Tabs />;
}