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

Function DropdownMenuGroup

components/ui/dropdown-menu.tsx:56–58  ·  view source on GitHub ↗
({ ...props }: MenuPrimitive.Group.Props)

Source from the content-addressed store, hash-verified

54}
55
56function DropdownMenuGroup({ ...props }: MenuPrimitive.Group.Props) {
57 return <MenuPrimitive.Group data-slot="dropdown-menu-group" {...props} />;
58}
59
60function DropdownMenuLabel({
61 className,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected