header-01
eldoraui/header-01FreeBlock
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-01.jsonSource
1import { Navbar } from "@/registry/blocks/header-01/components/navbar"23export default function Page() {4 return (5 <div className="min-h-svh w-full">6 <Navbar />7 <main className="flex-1">8 <section className="flex h-screen items-center justify-center">9 <h1 className="text-4xl font-bold">Hero</h1>10 </section>11 <section className="flex h-screen items-center justify-center">12 <h1 className="text-4xl font-bold">Section</h1>13 </section>14 </main>15 </div>16 )17}
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-02header-02 | eldoraui | Blocks | Free | 3 deps · 2 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 |
