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

Function DropdownMenu

components/ui/dropdown-menu.tsx:10–12  ·  view source on GitHub ↗
({ ...props }: MenuPrimitive.Root.Props)

Source from the content-addressed store, hash-verified

8import { cn } from "@/lib/utils";
9
10function DropdownMenu({ ...props }: MenuPrimitive.Root.Props) {
11 return <MenuPrimitive.Root data-slot="dropdown-menu" {...props} />;
12}
13
14function DropdownMenuPortal({ ...props }: MenuPrimitive.Portal.Props) {
15 return <MenuPrimitive.Portal data-slot="dropdown-menu-portal" {...props} />;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected