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

Function TabsContent

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

Source from the content-addressed store, hash-verified

38 />;
39}
40function TabsContent({
41 className,
42 ...props
43}) {
44 return <TabsPrimitive.Content
45 data-slot="tabs-content"
46 className={cn("flex-1 outline-none", className)}
47 {...props}
48 />;
49}
50export { Tabs, TabsList, TabsTrigger, TabsContent };

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected