BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/shadcn/ui/navigation-menu
This component no longer exists. It was in shadcn/ui’s manifest when we first indexed it and is not there now — the registry served its inventory on 2026-08-13 and this item was not on it. The install command below will fail. It is kept here because a tutorial somewhere still tells people to run it.

navigation-menu

agileflow-projectquestorg/navigation-menu
RemovedComponent

shadcn/ui publishes no description for this item.

Install it

npx shadcn@latest add https://raw.githubusercontent.com/projectquestorg/AgileFlow/main/apps/docs/public/r/styles/radix-nova/navigation-menu.json

Source

registry/radix-nova/ui/navigation-menu.tsxraw.githubusercontent.com/projectquestorg/AgileFlow/main/apps/docs/public/r/styles/radix-nova/navigation-menu.json · first 6 KB
1import * as React from "react"
2import { cva } from "class-variance-authority"
3import { NavigationMenu as NavigationMenuPrimitive } from "radix-ui"
4
5import { cn } from "@/registry/bases/radix/lib/utils"
6import { IconPlaceholder } from "@/app/(create)/components/icon-placeholder"
7
8function NavigationMenu({
9 className,
10 children,
11 viewport = true,
12 ...props
13}: React.ComponentProps<typeof NavigationMenuPrimitive.Root> & {
14 viewport?: boolean
15}) {
16 return (
17 <NavigationMenuPrimitive.Root
18 data-slot="navigation-menu"
19 data-viewport={viewport}
20 className={cn(
21 "max-w-max group/navigation-menu relative flex max-w-max flex-1 items-center justify-center",
22 className
23 )}
24 {...props}
25 >
26 {children}
27 {viewport && <NavigationMenuViewport />}
28 </NavigationMenuPrimitive.Root>
29 )
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 "gap-0 group flex flex-1 list-none items-center justify-center",
41 className
42 )}
43 {...props}
44 />
45 )
46}
47
48function NavigationMenuItem({
49 className,
50 ...props
51}: React.ComponentProps<typeof NavigationMenuPrimitive.Item>) {
52 return (
53 <NavigationMenuPrimitive.Item
54 data-slot="navigation-menu-item"
55 className={cn("relative", className)}
56 {...props}
57 />
58 )
59}
60
61const navigationMenuTriggerStyle = cva(
62 "bg-background hover:bg-muted focus:bg-muted data-open:hover:bg-muted data-open:focus:bg-muted data-open:bg-muted/50 focus-visible:ring-ring/50 data-popup-open:bg-muted/50 data-popup-open:hover:bg-muted rounded-lg px-2.5 py-1.5 text-sm font-medium transition-all focus-visible:ring-[3px] focus-visible:outline-1 disabled:opacity-50 group/navigation-menu-trigger inline-flex h-9 w-max items-center justify-center disabled:pointer-events-none outline-none"
63)
64
65function NavigationMenuTrigger({
66 className,
67 children,
68 ...props
69}: React.ComponentProps<typeof NavigationMenuPrimitive.Trigger>) {
70 return (
71 <NavigationMenuPrimitive.Trigger
72 data-slot="navigation-menu-trigger"
73 className={cn(navigationMenuTriggerStyle(), "group", className)}
74 {...props}
75 >
76 {children}{" "}
77 <IconPlaceholder
78 lucide="ChevronDownIcon"
79 tabler="IconChevronDown"
80 hugeicons="ArrowDown01Icon"
81 phosphor="CaretDownIcon"
82// … truncated

Files it writes

  • registry/radix-nova/ui/navigation-menu.tsx

Facts

Registry
shadcn/ui
Type
registry:ui
Access
Free
Files written
1
Licence
MIT
In the index
at or before 2026-08-01
Last confirmed
6 days ago

Go to the source

agileflow.projectquestorg.com projectquestorg/AgileFlow on GitHub Raw registry item This item as JSON

Also from Kynth Studios

Built for the same person as BlockDex

SkillWorks

Claude Code skills and plugins, scored

skillworks.kynth.studio

RuleStack

AGENTS.md gallery and agent-config comparison

rulestack.kynth.studio

ToolDrift

What the AI coding tools changed last night

tooldrift.kynth.studio

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex