MCPcopy Create free account
hub / github.com/evolify/dumpfun / Tabs

Function Tabs

common/components/ui/tabs.tsx:6–17  ·  view source on GitHub ↗
({
  className,
  ...props
}: React.ComponentProps<typeof TabsPrimitive.Root>)

Source from the content-addressed store, hash-verified

4import { cn } from "@/lib/utils"
5
6function Tabs({
7 className,
8 ...props
9}: React.ComponentProps<typeof TabsPrimitive.Root>) {
10 return (
11 <TabsPrimitive.Root
12 data-slot="tabs"
13 className={cn("flex flex-col gap-2", className)}
14 {...props}
15 />
16 )
17}
18
19function TabsList({
20 className,

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected