MCPcopy Create free account
hub / github.com/R44VC0RP/opencode.cafe / DropdownMenuGroup

Function DropdownMenuGroup

components/ui/dropdown-menu.tsx:61–67  ·  view source on GitHub ↗
({
  ...props
}: React.ComponentProps<typeof DropdownMenuPrimitive.Group>)

Source from the content-addressed store, hash-verified

59}
60
61function DropdownMenuGroup({
62 ...props
63}: React.ComponentProps<typeof DropdownMenuPrimitive.Group>) {
64 return (
65 <DropdownMenuPrimitive.Group data-slot="dropdown-menu-group" {...props} />
66 )
67}
68
69function DropdownMenuItem({
70 className,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected