TabsList() — ui Function Reference
Architecture documentation for the TabsList() function in tabs.tsx from the ui codebase.
Entity Profile
Dependency Diagram
graph TD 2e320f79_10dc_7ca0_85b0_d709b0c70e18["TabsList()"] d66df814_2ad1_25c1_8f7d_68ee351b7711["tabs.tsx"] 2e320f79_10dc_7ca0_85b0_d709b0c70e18 -->|defined in| d66df814_2ad1_25c1_8f7d_68ee351b7711 style 2e320f79_10dc_7ca0_85b0_d709b0c70e18 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
apps/v4/registry/new-york-v4/ui/tabs.tsx lines 43–57
function TabsList({
className,
variant = "default",
...props
}: React.ComponentProps<typeof TabsPrimitive.List> &
VariantProps<typeof tabsListVariants>) {
return (
<TabsPrimitive.List
data-slot="tabs-list"
data-variant={variant}
className={cn(tabsListVariants({ variant }), className)}
{...props}
/>
)
}
Domain
Subdomains
Defined In
Source
Frequently Asked Questions
What does TabsList() do?
TabsList() is a function in the ui codebase, defined in apps/v4/registry/new-york-v4/ui/tabs.tsx.
Where is TabsList() defined?
TabsList() is defined in apps/v4/registry/new-york-v4/ui/tabs.tsx at line 43.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free