BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/aurora/aurora-navigation-menu

Aurora Navigation Menu

aurora-dinglebear-ai/aurora-navigation-menu
UnverifiedComponent

Top-level navigation menu with active border and glow states.

Install it

npx shadcn@latest add https://raw.githubusercontent.com/dinglebear-ai/aurora/main/aurora-navigation-menu.json

Source

registry/aurora/ui/navigation-menu.tsxraw.githubusercontent.com/dinglebear-ai/aurora/main/aurora-navigation-menu.json · first 6 KB
1"use client"
2
3import * as React from "react"
4import * as NavigationMenuPrimitive from "@radix-ui/react-navigation-menu"
5import { ChevronDown } from "lucide-react"
6import { cn } from "@/lib/utils"
7
8const navigationMenuTriggerStyle = [
9 "group inline-flex h-9 w-max items-center justify-center gap-1 rounded-[8px] border px-3 py-1.5 outline-none transition-[background-color,border-color,box-shadow,color] duration-150",
10 "focus-visible:ring-2 focus-visible:ring-[var(--aurora-focus-ring)] focus-visible:ring-offset-0",
11 "data-[state=open]:shadow-[var(--aurora-active-glow)]",
12].join(" ")
13
14function NavigationMenuRoot({
15 className,
16 style,
17 children,
18 viewport = false,
19 ...props
20}: React.ComponentProps<typeof NavigationMenuPrimitive.Root> & {
21 viewport?: boolean
22}) {
23 return (
24 <NavigationMenuPrimitive.Root
25 data-slot="navigation-menu"
26 data-viewport={viewport}
27 className={cn("group/navigation-menu relative inline-flex max-w-max flex-col", className)}
28 style={style}
29 {...props}
30 >
31 {children}
32 {viewport ? <NavigationMenuViewport /> : null}
33 </NavigationMenuPrimitive.Root>
34 )
35}
36
37function NavigationMenuList({
38 className,
39 style,
40 ...props
41}: React.ComponentProps<typeof NavigationMenuPrimitive.List>) {
42 return (
43 <NavigationMenuPrimitive.List
44 data-slot="navigation-menu-list"
45 className={cn(
46 "flex flex-wrap items-center gap-1 rounded-[var(--aurora-radius-2)] border p-1",
47 className
48 )}
49 style={{
50 background: "var(--aurora-control-surface)",
51 borderColor: "var(--aurora-border-default)",
52 boxShadow: "var(--aurora-highlight-medium)",
53 ...style,
54 }}
55 {...props}
56 />
57 )
58}
59
60export type NavigationMenuProps = Omit<
61 React.ComponentProps<typeof NavigationMenuPrimitive.Root>,
62 "children"
63> & {
64 children: React.ReactNode
65 viewport?: boolean
66 listClassName?: string
67}
68
69export interface NavigationMenuItemProps
70 extends React.ComponentProps<typeof NavigationMenuPrimitive.Link> {
71 active?: boolean
72 itemClassName?: string
73}
74
75function NavigationMenu({
76 children,
77 listClassName,
78 viewport = false,
79 ...props
80}: NavigationMenuProps) {
81 return (
82 <NavigationMenuRoot viewport={viewport} {...props}>
83 <NavigationMenuList className={listClassName}>{children}</NavigationMenuList>
84 </NavigationMenuRoot>
85 )
86}
87
88function NavigationMenuItem({
89 active = false,
90 className,
91 itemClassName,
92 children,
93 style,
94 ...props
95// … truncated

What it pulls in

npm packages

  • @radix-ui/react-navigation-menu@^1.2.18
  • lucide-react@^0.487.0

Other registry items

  • @aurora/aurora-tokens

Files it writes

  • registry/aurora/ui/navigation-menu.tsx

Facts

Registry
aurora
Type
registry:ui
Access
Unverified
Files written
1
Licence
AGPL-3.0
In the index
at or before 2026-08-08
Last confirmed
today

Go to the source

aurora.dinglebear.ai dinglebear-ai/aurora on GitHub Raw registry item This item as JSON

More from aurora

All 176 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
Aurora Accordionaurora-accordionauroraComponentsUnverified2 deps
Aurora Alert Dialogaurora-alert-dialogauroraComponentsUnverified2 deps
Aurora Aspect Ratioaurora-aspect-ratioauroraComponentsUnverifiedno deps
Aurora Avataraurora-avatarauroraComponentsUnverified1 dep
Aurora Badgeaurora-badgeauroraComponentsUnverified2 deps
Aurora Banneraurora-bannerauroraComponentsUnverified1 dep
Aurora Breadcrumbaurora-breadcrumbauroraComponentsUnverified2 deps
Aurora Buttonaurora-buttonauroraComponentsUnverified2 deps

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