header-02
eldoraui/header-02FreeBlock
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.jsonSource
1import Link from "next/link"2import { ChevronRightIcon } from "lucide-react"34import { Navbar } from "@/registry/blocks/header-02/components/navbar"56export default function Page() {7 return (8 <div className="flex h-screen w-full flex-col overflow-hidden">9 <Navbar10 banner={11 <Link12 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 Ventures16 <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
Other registry items
Files it writes
More from eldoraui
All 115 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| cta-01cta-01 | eldoraui | Blocks | Free | 2 deps · 2 files | |
| cta-02cta-02 | eldoraui | Blocks | Free | 2 deps · 3 files | |
| cta-03cta-03 | eldoraui | Blocks | Free | 1 dep · 3 files | |
| features-01features-01 | eldoraui | Blocks | Free | 3 deps · 3 files | |
| footer-01footer-01 | eldoraui | Blocks | Free | 1 dep · 3 files | |
| header-01header-01 | eldoraui | Blocks | Free | 3 deps · 5 files | |
| logo-cloud-01logo-cloud-01 | eldoraui | Blocks | Free | 1 dep · 2 files | |
| logo-cloud-02logo-cloud-02 | eldoraui | Blocks | Free | no deps · 2 files |
