MCPcopy Create free account
hub / github.com/code-with-antonio/nodebase / DropdownMenuPortal

Function DropdownMenuPortal

src/components/ui/dropdown-menu.tsx:15–21  ·  view source on GitHub ↗
({
  ...props
}: React.ComponentProps<typeof DropdownMenuPrimitive.Portal>)

Source from the content-addressed store, hash-verified

13}
14
15function DropdownMenuPortal({
16 ...props
17}: React.ComponentProps<typeof DropdownMenuPrimitive.Portal>) {
18 return (
19 <DropdownMenuPrimitive.Portal data-slot="dropdown-menu-portal" {...props} />
20 )
21}
22
23function DropdownMenuTrigger({
24 ...props

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected