MCPcopy Create free account
hub / github.com/code-with-antonio/nodebase / TabsContent

Function TabsContent

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

Source from the content-addressed store, hash-verified

51}
52
53function TabsContent({
54 className,
55 ...props
56}: React.ComponentProps<typeof TabsPrimitive.Content>) {
57 return (
58 <TabsPrimitive.Content
59 data-slot="tabs-content"
60 className={cn("flex-1 outline-none", className)}
61 {...props}
62 />
63 )
64}
65
66export { Tabs, TabsList, TabsTrigger, TabsContent }

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected