BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/eldoraui/header-02

header-02

eldoraui/header-02
FreeBlock

A simple header.

Live preview

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

Install it

npx shadcn@latest add https://eldoraui.site/r/header-02.json

Source

registry/blocks/header-02/page.tsxeldoraui.site/r/header-02.json
1import Link from "next/link"
2import { ChevronRightIcon } from "lucide-react"
3
4import { Navbar } from "@/registry/blocks/header-02/components/navbar"
5
6export default function Page() {
7 return (
8 <div className="flex h-screen w-full flex-col overflow-hidden">
9 <Navbar
10 banner={
11 <Link
12 href="/blog/radiant-raises-100m-series-a-from-tailwind-ventures"
13 className="flex items-center gap-1 rounded-full bg-fuchsia-950/35 px-3 py-0.5 text-sm/6 font-medium text-white data-hover:bg-fuchsia-950/30"
14 >
15 Radiant raises $100M Series A from Tailwind Ventures
16 <ChevronRightIcon className="size-4" />
17 </Link>
18 }
19 />
20 <section className="flex flex-1 items-center justify-center">
21 <h1 className="text-foreground text-4xl font-bold">Hero</h1>
22 </section>
23 </div>
24 )
25}

What it pulls in

npm packages

  • motion/react
  • lucide-react
  • next-themes

Other registry items

  • button
  • utils

Files it writes

  • registry/blocks/header-02/page.tsx
  • registry/blocks/header-02/components/navbar.tsx

Facts

Registry
eldoraui
Type
registry:block
Access
Free
Files written
2
Licence
the repository states none
First indexed
2026-08-01
Last confirmed
yesterday

Go to the source

Docs on eldoraui eldoraui.site karthikmudunuri/eldoraui on GitHub Raw registry item This item as JSON

More from eldoraui

All 115 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
cta-01cta-01eldorauiBlocksFree2 deps · 2 files
cta-02cta-02eldorauiBlocksFree2 deps · 3 files
cta-03cta-03eldorauiBlocksFree1 dep · 3 files
features-01features-01eldorauiBlocksFree3 deps · 3 files
footer-01footer-01eldorauiBlocksFree1 dep · 3 files
header-01header-01eldorauiBlocksFree3 deps · 5 files
logo-cloud-01logo-cloud-01eldorauiBlocksFree1 dep · 2 files
logo-cloud-02logo-cloud-02eldorauiBlocksFreeno 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