MCPcopy
hub / github.com/stackryze/FreeDomains / TabsList

Function TabsList

src/components/ui/tabs.jsx:14–26  ·  view source on GitHub ↗
({
  className,
  ...props
})

Source from the content-addressed store, hash-verified

12 />;
13}
14function TabsList({
15 className,
16 ...props
17}) {
18 return <TabsPrimitive.List
19 data-slot="tabs-list"
20 className={cn(
21 "bg-muted text-muted-foreground inline-flex h-9 w-fit items-center justify-center rounded-lg p-[3px]",
22 className
23 )}
24 {...props}
25 />;
26}
27function TabsTrigger({
28 className,
29 ...props

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected