BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/vengenceui/awwwards-nav

awwwards-nav

vengenceui/awwwards-nav
FreeComponent

vengenceui publishes no description for this item.

Live preview

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

Install it

npx shadcn@latest add https://www.vengenceui.com/r/awwwards-nav.json

Source

components/ui/awwwards-nav.tsxwww.vengenceui.com/r/awwwards-nav.json · first 6 KB
1"use client";
2
3import * as React from "react";
4import { useEffect, useRef, useState } from "react";
5import gsap from "gsap";
6import { List, X } from "@phosphor-icons/react";
7import { cn } from "@/lib/utils";
8
9/**
10 * Awwwards Nav
11 *
12 * A glassmorphic bottom navigation pill with inline links and a "More" button.
13 * Tapping "More" expands the bar upward with a smooth `power4.inOut` motion:
14 * the inline links fade out, the button grows to full width, its icon flips to
15 * an X, and a multi-column mega-menu reveals inside the expanded panel.
16 *
17 * Ported from the vanilla "CodeGrid Awwwards Nav" (GSAP) into a single,
18 * self-contained, prop-driven React component. Positioning is left to the
19 * consumer via `className`, so it works fixed to the viewport or absolutely
20 * inside a positioned container.
21 */
22
23export interface AwwwardsNavLink {
24 label: string;
25 href: string;
26}
27
28export interface AwwwardsNavColumn {
29 /** Column heading shown above its links. */
30 title: string;
31 /** Links listed under the heading. */
32 links: AwwwardsNavLink[];
33}
34
35export interface AwwwardsNavProps {
36 /** Inline links shown in the collapsed bar. Defaults to a sample set. */
37 items?: AwwwardsNavLink[];
38 /** Columns revealed in the expanded mega-menu. Defaults to a sample set. */
39 columns?: AwwwardsNavColumn[];
40 /** Label on the expand/collapse button. Defaults to "More". */
41 moreLabel?: string;
42 /** Called whenever the panel opens (true) or closes (false). */
43 onOpenChange?: (open: boolean) => void;
44 /**
45 * Extra class names for the root nav. Use this to position it —
46 * e.g. `fixed bottom-6 left-1/2 -translate-x-1/2` (default) or
47 * `absolute` inside a positioned parent.
48 */
49 className?: string;
50}
51
52const DEFAULT_ITEMS: AwwwardsNavLink[] = [
53 { label: "Home", href: "#" },
54 { label: "Nominees", href: "#" },
55 { label: "Directory", href: "#" },
56 { label: "Collections", href: "#" },
57];
58
59const DEFAULT_COLUMNS: AwwwardsNavColumn[] = [
60 {
61 title: "Awards",
62 links: [
63 { label: "Winners", href: "#" },
64 { label: "Site of the Day", href: "#" },
65 { label: "Nominees", href: "#" },
66 ],
67 },
68 {
69 title: "Inspiration",
70 links: [
71 { label: "Collections", href: "#" },
72 { label: "Elements", href: "#" },
73 { label: "Resources", href: "#" },
74 ],
75 },
76 {
77 title: "Directory",
78 links: [
79 { label: "Professionals", href: "#" },
80 { label: "Agencies", href: "#" },
81 { label: "Freelancers", href: "#" },
82 ],
83 },
84 {
85// … truncated

What it pulls in

npm packages

  • gsap
  • @phosphor-icons/react

Files it writes

  • public/r/awwwards-nav.json

Facts

Registry
vengenceui
Type
registry:ui
Access
Free
Files written
1
Licence
the repository states none
In the index
at or before 2026-08-09
Last confirmed
yesterday

Go to the source

Docs on vengenceui www.vengenceui.com Raw registry item This item as JSON

More from vengenceui

All 131 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
accordionaccordionvengenceuiComponentsFree2 deps
agent-bento-gridagent-bento-gridvengenceuiComponentsFree1 dep
alertalertvengenceuiComponentsFreeno deps
animated-buttonanimated-buttonvengenceuiComponentsFree1 dep
animated-footeranimated-footervengenceuiComponentsFree2 deps
animated-numberanimated-numbervengenceuiComponentsFree1 dep
animated-raysanimated-raysvengenceuiComponentsFreeno deps
animated-tooltipanimated-tooltipvengenceuiComponentsFree1 dep

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