BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/mynaui/appheaders2

Appheaders2

mynaui/appheaders2
FreeBlock

App headers are used to display a navigation bar at the top of a page.

Install it

npx shadcn@latest add https://mynaui.com/r/appheaders2.json

Source

appheaders2.tsxmynaui.com/r/appheaders2.json
1import Logo from "@/ui/logo";
2import { Avatar, AvatarFallback, AvatarImage } from "@/ui/avatar";
3import { ChevronRight, Cog, Home, Users } from "@mynaui/icons-react";
4
5export default function AppHeaders4() {
6 return (
7 <header className="border-b bg-background px-6 py-4">
8 <div className="flex items-center justify-between">
9 <div className="flex items-center gap-6">
10 {/* App Logo */}
11 <Logo />
12
13 {/* Breadcrumbs */}
14 <nav className="hidden items-center gap-2 text-sm text-muted-foreground md:flex">
15 <a
16 href="/"
17 className="flex items-center gap-1 hover:text-foreground"
18 >
19 <Home className="size-4 stroke-2" />
20 <span>Dashboard</span>
21 </a>
22
23 <ChevronRight className="size-3.5" />
24
25 <a
26 href="/team"
27 className="flex items-center gap-1 hover:text-foreground"
28 >
29 <Users className="size-4 stroke-2" />
30 <span>Team</span>
31 </a>
32
33 <ChevronRight className="size-3.5" />
34
35 <a
36 href="/team/settings"
37 className="flex items-center gap-1 text-foreground"
38 >
39 <Cog className="size-4 stroke-2" />
40 <span className="font-medium">Settings</span>
41 </a>
42 </nav>
43 </div>
44
45 {/* User Profile */}
46 <div className="flex items-center gap-3">
47 <div className="text-right">
48 <div className="text-sm font-medium">Sarah Wilson</div>
49 <div className="text-xs text-muted-foreground">Product Manager</div>
50 </div>
51 <Avatar className="size-8">
52 <AvatarImage
53 src="https://github.com/shadcn.png"
54 alt="Sarah Wilson"
55 />
56 <AvatarFallback>SW</AvatarFallback>
57 </Avatar>
58 </div>
59 </div>
60 </header>
61 );
62}

What it pulls in

npm packages

  • @mynaui/icons-react

Other registry items

  • avatar

Files it writes

  • page.tsx
  • appheaders2.tsx
  • ui/logo.tsx

Facts

Registry
mynaui
Type
registry:block
Access
Free
Files written
3
Licence
the repository states none
First indexed
2026-08-02
Last confirmed
yesterday

Go to the source

mynaui.com Raw registry item This item as JSON

More from mynaui

All 346 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
40414041mynauiBlocksFreeno deps · 2 files
40424042mynauiBlocksFreeno deps · 2 files
40434043mynauiBlocksFreeno deps · 2 files
40444044mynauiBlocksFreeno deps · 2 files
40454045mynauiBlocksFreeno deps · 2 files
App sheets1app-sheets1mynauiBlocksFreeno deps · 2 files
App sheets2app-sheets2mynauiBlocksFreeno deps · 2 files
App sheets3app-sheets3mynauiBlocksFreeno deps · 2 files
BlockDex

Built by

Kynth Studio

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

BlockDex

BlockDex

Built by

Kynth Studio

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

BlockDex

BlockDex

Built by

Kynth Studio

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

BlockDex