BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/pixelflow-ui/navbar-1-nova

Navbar 1Nova

pixelflow-ui/navbar-1-nova
FreeComponent

pixelflow-ui publishes no description for this item.

Live preview

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

Install it

npx shadcn@latest add https://pixelflowui.lok1.dev/r/navbar-1-nova.json

Source

src/registry/navbars/nova/Navbar1Nova.jsxpixelflowui.lok1.dev/r/navbar-1-nova.json
1"use client";
2
3import React, { useState } from "react";
4import { motion, AnimatePresence } from "framer-motion";
5import { Menu, X, ArrowRight } from "lucide-react";
6
7const Navbar = () => {
8 const [isMobileMenuOpen, setIsMobileMenuOpen] = useState(false);
9 const navItems = ["Home", "Products", "Resources", "Pricing"];
10
11 return (
12 <div className="flex justify-center items-center">
13 <motion.nav
14 initial={{
15 height: "100%",
16 width: "100%",
17 top: 0,
18 borderRadius: "0px",
19 background: "rgba(255, 255, 255, 1)",
20 border: "1px solid rgba(255,255,255,0)",
21 }}
22 animate={{
23 height: isMobileMenuOpen ? "auto" : "60px",
24 width: "90%",
25 top: 20,
26 borderRadius: "25px",
27 background: "rgba(255, 255, 255, 0.8)",
28 backdropFilter: "blur(10px)",
29 border: "1px solid rgba(255,255,255,0.5)",
30 boxShadow:
31 "0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)",
32 }}
33 transition={{ duration: 0.8, ease: "anticipate" }}
34 className="absolute z-20 flex flex-col overflow-hidden text-black"
35 >
36 <motion.div
37 initial={{ opacity: 0 }}
38 animate={{ opacity: 1 }}
39 transition={{ duration: 0.8, ease: "easeInOut", delay: 0.4 }}
40 className="flex items-center justify-between w-full px-5 h-[60px] flex-shrink-0"
41 >
42 <div className="flex items-center gap-2 cursor-pointer">
43 <div className="w-8 h-8 bg-black rounded-full flex items-center justify-center text-white font-bold text-xs">
44 P
45 </div>
46 <span className="text-sm font-semibold text-neutral-800 tracking-tight">
47 PixelFlow
48 </span>
49 </div>
50
51 <div className="hidden md:flex items-center gap-1">
52 {navItems.map((item) => (
53 <a
54 key={item}
55 href="#"
56 className="text-sm font-medium text-neutral-600 hover:text-black px-3 py-1.5 hover:bg-black/5 rounded-full transition-all duration-200"
57 >
58 {item}
59 </a>
60 ))}
61 </div>
62
63 <div className="flex items-center gap-2">
64 <button className="hidden md:flex items-center gap-1 bg-black text-white px-4 py-2 rounded-full text-xs font-medium hover:bg-neutral-800 transition-colors">
65// … truncated

What it pulls in

npm packages

  • framer-motion
  • lucide-react

Files it writes

  • src/registry/navbars/nova/Navbar1Nova.jsx

Facts

Registry
pixelflow-ui
Type
registry:component
Access
Free
Files written
1
Licence
the repository states none
In the index
at or before 2026-08-12
Last confirmed
3 days ago

Go to the source

Docs on pixelflow-ui pixelflowui.lok1.dev lokidotdev/pixelflow-ui on GitHub Raw registry item This item as JSON

More from pixelflow-ui

All 35 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
Accordion Lyraaccordion-lyrapixelflow-uiComponentsFree3 deps
Accordion Novaaccordion-novapixelflow-uiComponentsFree3 deps
Accordion Retroaccordion-retropixelflow-uiComponentsFree3 deps
Background 1background-1pixelflow-uiComponentsFreeno deps
Background 1Retrobackground-1-retropixelflow-uiComponentsFreeno deps
Bouncy Input Lyrabouncy-input-lyrapixelflow-uiComponentsFree1 dep
Bouncy Input Novabouncy-input-novapixelflow-uiComponentsFree1 dep
Bouncy Input Retrobouncy-input-retropixelflow-uiComponentsFree1 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