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

Function DropdownMenuPortal

components/ui/dropdown-menu.tsx:14–16  ·  view source on GitHub ↗
({ ...props }: MenuPrimitive.Portal.Props)

Source from the content-addressed store, hash-verified

12}
13
14function DropdownMenuPortal({ ...props }: MenuPrimitive.Portal.Props) {
15 return <MenuPrimitive.Portal data-slot="dropdown-menu-portal" {...props} />;
16}
17
18function DropdownMenuTrigger({ ...props }: MenuPrimitive.Trigger.Props) {
19 return <MenuPrimitive.Trigger data-slot="dropdown-menu-trigger" {...props} />;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected