MCPcopy
hub / github.com/megh-bari/pattern-craft / TabsList

Function TabsList

src/components/ui/tabs.tsx:21–35  ·  view source on GitHub ↗
({
  className,
  ...props
}: React.ComponentProps<typeof TabsPrimitive.List>)

Source from the content-addressed store, hash-verified

19}
20
21function TabsList({
22 className,
23 ...props
24}: React.ComponentProps<typeof TabsPrimitive.List>) {
25 return (
26 <TabsPrimitive.List
27 data-slot="tabs-list"
28 className={cn(
29 "bg-muted text-muted-foreground inline-flex h-9 w-fit items-center justify-center rounded-lg p-[3px]",
30 className
31 )}
32 {...props}
33 />
34 );
35}
36
37function TabsTrigger({
38 className,

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected