MCPcopy Create free account
hub / github.com/T3-Content/SnitchBench / DropdownMenu

Function DropdownMenu

visualizer/components/ui/dropdown-menu.tsx:9–13  ·  view source on GitHub ↗
({
  ...props
}: React.ComponentProps<typeof DropdownMenuPrimitive.Root>)

Source from the content-addressed store, hash-verified

7import { cn } from "@/lib/utils"
8
9function DropdownMenu({
10 ...props
11}: React.ComponentProps<typeof DropdownMenuPrimitive.Root>) {
12 return <DropdownMenuPrimitive.Root data-slot="dropdown-menu" {...props} />
13}
14
15function DropdownMenuPortal({
16 ...props

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected