MCPcopy
hub / github.com/TheOrcDev/8bitcn-ui / NavigationMenuItem

Function NavigationMenuItem

components/ui/8bit/navigation-menu.tsx:78–89  ·  view source on GitHub ↗
({
  className,
  font,
  ...props
}: React.ComponentProps<typeof ShadcnNavigationMenuItem> & FontVariantProps)

Source from the content-addressed store, hash-verified

76}
77
78function NavigationMenuItem({
79 className,
80 font,
81 ...props
82}: React.ComponentProps<typeof ShadcnNavigationMenuItem> & FontVariantProps) {
83 return (
84 <ShadcnNavigationMenuItem
85 className={cn("static", getFontClassName(font), className)}
86 {...props}
87 />
88 );
89}
90
91function NavigationMenuTrigger({
92 className,

Callers

nothing calls this directly

Calls 2

cnFunction · 0.90
getFontClassNameFunction · 0.85

Tested by

no test coverage detected