MCPcopy Create free account
hub / github.com/R44VC0RP/opencode.cafe / DropdownMenuTrigger

Function DropdownMenuTrigger

components/ui/dropdown-menu.tsx:23–32  ·  view source on GitHub ↗
({
  ...props
}: React.ComponentProps<typeof DropdownMenuPrimitive.Trigger>)

Source from the content-addressed store, hash-verified

21}
22
23function DropdownMenuTrigger({
24 ...props
25}: React.ComponentProps<typeof DropdownMenuPrimitive.Trigger>) {
26 return (
27 <DropdownMenuPrimitive.Trigger
28 data-slot="dropdown-menu-trigger"
29 {...props}
30 />
31 )
32}
33
34function DropdownMenuContent({
35 className,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected