BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/glasswave/navigation-menu

Navigation Menu

glasswave/navigation-menu
FreeComponent

Site navigation with animated viewports (Radix Navigation Menu).

Live preview

live · rendered by the registry
Rendered by glasswave on their own page — this is the component running, not a screenshot of it.

Install it

npx shadcn@latest add https://glasswave.denizisik.com/r/navigation-menu.json

Source

registry/glasswave/ui/navigation-menu.tsxglasswave.denizisik.com/r/navigation-menu.json
1"use client";
2
3import * as NavigationMenuPrimitive from "@radix-ui/react-navigation-menu";
4import { ChevronDown } from "lucide-react";
5import { forwardRef } from "react";
6import { cn } from "@/lib/utils";
7import { glass } from "@/lib/glass";
8
9export const NavigationMenu = forwardRef<
10 HTMLElement,
11 React.ComponentPropsWithoutRef<typeof NavigationMenuPrimitive.Root>
12>(({ className, ...props }, ref) => (
13 <NavigationMenuPrimitive.Root
14 ref={ref}
15 className={cn(
16 "relative z-10 flex max-w-max flex-1 items-center justify-center",
17 className,
18 )}
19 {...props}
20 />
21));
22NavigationMenu.displayName = NavigationMenuPrimitive.Root.displayName;
23
24export const NavigationMenuList = forwardRef<
25 HTMLUListElement,
26 React.ComponentPropsWithoutRef<typeof NavigationMenuPrimitive.List>
27>(({ className, ...props }, ref) => (
28 <NavigationMenuPrimitive.List
29 ref={ref}
30 className={cn(
31 "group flex flex-1 list-none items-center justify-center gap-1",
32 className,
33 )}
34 {...props}
35 />
36));
37NavigationMenuList.displayName = NavigationMenuPrimitive.List.displayName;
38
39export const NavigationMenuItem = NavigationMenuPrimitive.Item;
40
41export const NavigationMenuTrigger = forwardRef<
42 HTMLButtonElement,
43 React.ComponentPropsWithoutRef<typeof NavigationMenuPrimitive.Trigger>
44>(({ className, children, ...props }, ref) => (
45 <NavigationMenuPrimitive.Trigger
46 ref={ref}
47 className={cn(
48 "group inline-flex h-10 items-center justify-center gap-1 rounded-full px-4 py-2 text-sm font-medium transition-colors",
49 "outline-none hover:bg-black/[0.05] dark:hover:bg-white/10 focus:bg-black/[0.05] dark:focus:bg-white/10 data-[state=open]:bg-black/[0.06] dark:data-[state=open]:bg-white/15",
50 className,
51 )}
52 {...props}
53 >
54 {children}{" "}
55 <ChevronDown
56 className="relative top-[1px] size-3 transition duration-200 group-data-[state=open]:rotate-180"
57 aria-hidden
58 />
59 </NavigationMenuPrimitive.Trigger>
60));
61NavigationMenuTrigger.displayName = NavigationMenuPrimitive.Trigger.displayName;
62
63export const NavigationMenuContent = forwardRef<
64 HTMLDivElement,
65 React.ComponentPropsWithoutRef<typeof NavigationMenuPrimitive.Content>
66>(({ className, ...props }, ref) => (
67 <NavigationMenuPrimitive.Content
68 ref={ref}
69 className={cn(
70 "left-0 top-0 w-full p-2 md:absolute md:w-auto",
71// … truncated

What it pulls in

npm packages

  • @radix-ui/react-navigation-menu
  • lucide-react

Other registry items

  • @glasswave/glass

Files it writes

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

Facts

Registry
glasswave
Type
registry:ui
Access
Free
Files written
1
Licence
MIT
In the index
at or before 2026-08-13
Last confirmed
today

Go to the source

Docs on glasswave glasswave.denizisik.com deniiiiz-i/glasswave on GitHub Raw registry item This item as JSON

More from glasswave

All 60 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
AccordionaccordionglasswaveComponentsFree2 deps
AlertalertglasswaveComponentsFree1 dep
Alert Dialogalert-dialogglasswaveComponentsFree1 dep
Aspect Ratioaspect-ratioglasswaveComponentsFree1 dep
AvataravatarglasswaveComponentsFree1 dep
BadgebadgeglasswaveComponentsFree1 dep
BreadcrumbbreadcrumbglasswaveComponentsFree2 deps
ButtonbuttonglasswaveComponentsFree2 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