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

Function DropdownMenuGroup

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

Source from the content-addressed store, hash-verified

52}
53
54function DropdownMenuGroup({
55 ...props
56}: React.ComponentProps<typeof DropdownMenuPrimitive.Group>) {
57 return (
58 <DropdownMenuPrimitive.Group data-slot="dropdown-menu-group" {...props} />
59 )
60}
61
62function DropdownMenuItem({
63 className,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected