MCPcopy Create free account
hub / github.com/TheOrcDev/github-creature / DropdownMenuTrigger

Function DropdownMenuTrigger

components/ui/dropdown-menu.tsx:18–20  ·  view source on GitHub ↗
({ ...props }: MenuPrimitive.Trigger.Props)

Source from the content-addressed store, hash-verified

16}
17
18function DropdownMenuTrigger({ ...props }: MenuPrimitive.Trigger.Props) {
19 return <MenuPrimitive.Trigger data-slot="dropdown-menu-trigger" {...props} />;
20}
21
22function DropdownMenuContent({
23 align = "start",

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected