BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/delta-components/navigation-menu-demo

navigation-menu-demo

delta-components/navigation-menu-demo
FreeExample

delta-components publishes no description for this item.

Install it

npx shadcn@latest add https://deltacomponents.dev/r/navigation-menu-demo.json

Source

examples/navigation-menu-demo.tsxdeltacomponents.dev/r/navigation-menu-demo.json
1"use client"
2
3import * as React from "react"
4import Link from "next/link"
5
6import {
7 NavigationMenu,
8 NavigationMenuContent,
9 NavigationMenuItem,
10 NavigationMenuLink,
11 NavigationMenuList,
12 NavigationMenuPopup,
13 NavigationMenuPositioner,
14 NavigationMenuTrigger,
15 navigationMenuTriggerStyle,
16} from "@/components/ui/navigation-menu"
17
18const components: { title: string; href: string; description: string }[] = [
19 {
20 title: "Navigation Menu",
21 href: "/docs/components/navigation-menu",
22 description: "A collection of links for navigating websites.",
23 },
24 {
25 title: "Chat",
26 href: "/docs/components/chat",
27 description: "AI chat interface with streaming responses.",
28 },
29 {
30 title: "Code Block",
31 href: "/docs/components/code-block",
32 description: "Syntax highlighted code with copy functionality.",
33 },
34 {
35 title: "Tabs",
36 href: "/docs/components/tabs",
37 description:
38 "A set of layered sections of content—known as tab panels—that are displayed one at a time.",
39 },
40 {
41 title: "QR Code",
42 href: "/docs/components/qrcode",
43 description: "Generate customizable QR codes with various styling options.",
44 },
45 {
46 title: "Card Deck",
47 href: "/docs/components/card-deck",
48 description:
49 "Interactive card deck component with swipe and drag functionality.",
50 },
51]
52
53const overviewLinks = [
54 {
55 title: "Quick Start",
56 description: "Install and assemble your first component.",
57 href: "/docs",
58 },
59 {
60 title: "Installation",
61 description: "Learn how to set up Delta Components in your project.",
62 href: "/docs/installation",
63 },
64 {
65 title: "Usage",
66 description: "See what's new in the latest versions.",
67 href: "/docs/usage",
68 },
69]
70
71export default function NavigationMenuDemo() {
72 return (
73 <div className="bg-background flex min-h-[400px] items-center justify-center px-4">
74 <NavigationMenu>
75 <NavigationMenuList className="gap-0.5">
76 <NavigationMenuItem>
77 <NavigationMenuTrigger>Overview</NavigationMenuTrigger>
78 <NavigationMenuContent>
79 <ul className="grid w-[90vw] max-w-[400px] gap-2 md:w-[400px]">
80 {overviewLinks.map((link) => (
81 <ListItem
82 key={link.title}
83 href={link.href}
84 title={link.title}
85 >
86 {link.description}
87 </ListItem>
88 ))}
89 </ul>
90// … truncated

What it pulls in

Other registry items

  • @delta/navigation-menu

Files it writes

  • registry/delta-ui/examples/navigation-menu-demo.tsx

Facts

Registry
delta-components
Type
registry:example
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 delta-components deltacomponents.dev pprunty/deltacomponents.dev on GitHub Raw registry item This item as JSON

More from delta-components

All 93 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
admonition-actions-demoadmonition-actions-demodelta-componentsExamplesFreeno deps
admonition-collapsible-demoadmonition-collapsible-demodelta-componentsExamplesFreeno deps
admonition-custom-icon-demoadmonition-custom-icon-demodelta-componentsExamplesFreeno deps
admonition-demoadmonition-demodelta-componentsExamplesFreeno deps
admonition-demo-interactiveadmonition-demo-interactivedelta-componentsExamplesFreeno deps
admonition-dismissible-demoadmonition-dismissible-demodelta-componentsExamplesFreeno deps
cambio-image-close-button-democambio-image-close-button-demodelta-componentsExamplesFreeno deps
cambio-image-democambio-image-demodelta-componentsExamplesFreeno 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