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

Function MenubarSub

src/components/ui/menubar.tsx:213–217  ·  view source on GitHub ↗
({
  ...props
}: React.ComponentProps<typeof MenubarPrimitive.Sub>)

Source from the content-addressed store, hash-verified

211}
212
213function MenubarSub({
214 ...props
215}: React.ComponentProps<typeof MenubarPrimitive.Sub>) {
216 return <MenubarPrimitive.Sub data-slot="menubar-sub" {...props} />
217}
218
219function MenubarSubTrigger({
220 className,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected