BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/freddy/announcement-3

announcement-3

freddy/announcement-3
FreeBlock

Minimalist, technical Daytona-style header with top bar and GitHub stats.

Install it

npx shadcn@latest add https://ui.arkcabin.com/r/announcement-3.json

Source

registry/blocks/announcement/3/daytona-header.tsxui.arkcabin.com/r/announcement-3.json
1"use client";
2
3import { Github } from "lucide-react";
4import { Logo } from "@/components/logo";
5import { Button } from "@/components/ui/button";
6
7export default function DaytonaHeader() {
8 return (
9 <header className="sticky top-0 z-50 w-full bg-background font-sans tracking-tight">
10 {/* Top Announcement Bar */}
11 <div className="flex h-10 items-center justify-center border-border border-b bg-muted/40 px-4 text-center">
12 <p className="font-medium text-[13px] text-muted-foreground">
13 Freddy UI Pro: Elevate your SaaS dashboard with 50+ new premium blocks
14 {" // "}
15 <span className="cursor-pointer text-foreground underline underline-offset-4 transition-colors hover:text-primary">
16 Get Pro →
17 </span>
18 </p>
19 </div>
20
21 {/* Main Navigation */}
22 <nav className="mx-auto flex h-16 max-w-7xl items-center justify-between px-4 sm:px-6 lg:px-8">
23 <div className="flex items-center gap-6">
24 {/* Logo Section with Separator */}
25 <div className="flex items-center gap-4">
26 <Logo className="h-6" />
27 <span aria-hidden="true" className="font-thin text-2xl text-border">
28 /
29 </span>
30 </div>
31
32 {/* All-Caps Navigation Links */}
33 <div className="hidden items-center gap-6 md:flex">
34 {["Components", "Blocks", "Templates", "Showcase", "Docs"].map(
35 (item) => (
36 <a
37 className="font-bold text-[11px] text-muted-foreground uppercase tracking-[0.2em] transition-colors hover:text-foreground"
38 href="#"
39 key={item}
40 >
41 {item}
42 </a>
43 )
44 )}
45 </div>
46 </div>
47
48 {/* Right Actions */}
49 <div className="flex items-center gap-3">
50 <Button
51 className="hidden font-bold text-[13px] text-muted-foreground transition-colors hover:bg-accent hover:text-foreground md:inline-flex"
52 type="button"
53 variant="ghost"
54 >
55 Log In
56 </Button>
57
58 {/* GitHub Stars Mock Button */}
59 <Button
60 className="flex h-9 items-center gap-2 rounded-lg border-border bg-muted/30 px-3 transition-all hover:bg-muted/50 active:scale-[0.98]"
61 type="button"
62 variant="outline"
63 >
64 <Github className="h-4 w-4" />
65// … truncated

What it pulls in

npm packages

  • lucide-react

Other registry items

  • button

Files it writes

  • registry/blocks/announcement/3/daytona-header.tsx

Facts

Registry
freddy
Type
registry:block
Access
Free
Files written
1
Licence
NOASSERTION
First indexed
2026-08-01
Last confirmed
yesterday

Go to the source

ui.arkcabin.com arkcabin/freddy-ui on GitHub Raw registry item This item as JSON

More from freddy

All 60 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
announcement-1announcement-1freddyBlocksFree1 dep
announcement-2announcement-2freddyBlocksFree1 dep
auth-1auth-1freddyBlocksFreeno deps · 2 files
auth-10auth-10freddyBlocksFreeno deps
auth-11auth-11freddyBlocksFreeno deps
auth-12auth-12freddyBlocksFreeno deps
auth-2auth-2freddyBlocksFree1 dep · 3 files
auth-3auth-3freddyBlocksFreeno 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