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

Function NavigationMenuList

src/components/ui/navigation-menu.tsx:32–46  ·  view source on GitHub ↗
({
  className,
  ...props
}: React.ComponentProps<typeof NavigationMenuPrimitive.List>)

Source from the content-addressed store, hash-verified

30}
31
32function NavigationMenuList({
33 className,
34 ...props
35}: React.ComponentProps<typeof NavigationMenuPrimitive.List>) {
36 return (
37 <NavigationMenuPrimitive.List
38 data-slot="navigation-menu-list"
39 className={cn(
40 "group flex flex-1 list-none items-center justify-center gap-1",
41 className
42 )}
43 {...props}
44 />
45 )
46}
47
48function NavigationMenuItem({
49 className,

Callers

nothing calls this directly

Calls 1

cnFunction · 0.90

Tested by

no test coverage detected