BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/efferd/footer-5

footer-5

efferd/footer-5
FreeBlock

Multi-column footer with app store buttons, social icons, and link groups.

Install it

npx shadcn@latest add http://efferd.com/r/footer-5.json

Source

registry/blocks/footer/5/footer.tsxefferd.com/r/footer-5.json
1"use client";
2
3import { AppleIcon } from "@/components/icons/apple-icon";
4import { FacebookIcon } from "@/components/icons/facebook-icon";
5import { GooglePlayIcon } from "@/components/icons/google-play-icon";
6import { InstagramIcon } from "@/components/icons/instagram-icon";
7import { LinkedinIcon } from "@/components/icons/linkedin-icon";
8import { XIcon } from "@/components/icons/x-icon";
9import { Button } from "@/components/ui/button";
10
11export function Footer() {
12 return (
13 <footer className="border-t">
14 <div className="mx-auto max-w-6xl px-4 lg:px-6">
15 {/* Grid container with headings and links */}
16 <div className="grid grid-cols-2 gap-8 py-8 md:grid-cols-4">
17 {footerLinks.map((item) => (
18 <div key={item.title}>
19 <h3 className="mb-4 text-xs">{item.title}</h3>
20 <ul className="space-y-2 text-muted-foreground text-sm">
21 {item.links.map((link) => (
22 <li key={link.label}>
23 <a className="hover:text-foreground" href={link.href}>
24 {link.label}
25 </a>
26 </li>
27 ))}
28 </ul>
29 </div>
30 ))}
31 </div>
32 <div className="h-px bg-border" />
33 {/* Social Buttons + App Links */}
34 <div className="flex flex-wrap items-center justify-between gap-4 py-5">
35 <div className="flex items-center gap-2">
36 {socialLinks.map(({ icon, href }, index) => (
37 <Button
38 asChild
39 key={`social-${href}-${index}`} // More descriptive prefix
40 size="icon"
41 variant="outline"
42 >
43 <a href={href}>{icon}</a>
44 </Button>
45 ))}
46 </div>
47
48 <div className="flex gap-4">
49 <Button asChild className="h-11">
50 <a href="#">
51 <GooglePlayIcon className="size-5" />
52 <div className="flex flex-col items-start justify-center pr-2 text-left">
53 <span className="font-light text-[10px] leading-none tracking-tighter">
54 GET IT ON
55 </span>
56 <p className="font-bold text-base leading-none">
57 Google Play
58 </p>
59 </div>
60 </a>
61 </Button>
62
63 <Button asChild className="h-11">
64 <a href="#">
65 <AppleIcon className="size-5" />
66 <div className="flex flex-col items-start justify-center pr-2 text-left">
67 <span className="text-[10px] leading-none tracking-tighter">
68 Download on the
69 </span>
70 <p className="font-bold text-base leading-none">App Store</p>
71 </div>
72 </a>
73 </Button>
74 </div>
75 </div>
76// … truncated

What it pulls in

Other registry items

  • button
  • @efferd/logo
  • @efferd/apple-icon
  • @efferd/facebook-icon
  • @efferd/google-play-icon
  • @efferd/instagram-icon
  • @efferd/linkedin-icon
  • @efferd/x-icon

Files it writes

  • registry/blocks/footer/5/footer.tsx

Facts

Registry
efferd
Type
registry:block
Access
Free
Files written
1
Licence
the repository states none
In the index
at or before 2026-08-10
Last confirmed
yesterday

Go to the source

efferd.com Raw registry item This item as JSON

More from efferd

All 201 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
app-shell-1app-shell-1efferdBlocksPaidno deps · 7 files
app-shell-10app-shell-10efferdBlocksPaid1 dep · 13 files
app-shell-2app-shell-2efferdBlocksPaidno deps · 9 files
app-shell-3app-shell-3efferdBlocksPaidno deps · 9 files
app-shell-4app-shell-4efferdBlocksPaidno deps · 9 files
app-shell-5app-shell-5efferdBlocksFree1 dep · 9 files
app-shell-6app-shell-6efferdBlocksPaidno deps · 11 files
app-shell-7app-shell-7efferdBlocksPaidno deps · 12 files

Also from Kynth Studios

Built for the same person as BlockDex

SkillWorks

Claude Code skills and plugins, scored

skillworks.kynth.studio

RuleStack

AGENTS.md gallery and agent-config comparison

rulestack.kynth.studio

ToolDrift

What the AI coding tools changed last night

tooldrift.kynth.studio

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

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

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

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

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex

The studio list

One product, taken apart, once a month

Kynth Studios pulls one shipped product open every month — what it does, what it cost to build, what the pipeline behind it looks like, and what the numbers did. One email a month, nothing in between.

Double opt-in — we send one confirmation link and nothing else until you click it.

BlockDex

Built by

Kynth Studios

the studio behind SkillWorks, RuleStack and ToolDrift

part of Toolproof, the measurement layer for AI agent tooling

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

© 2026 BlockDex. A Kynth Studios product. Changelog

BlockDex