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

Function DropdownMenu

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected