BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/freddy/footer-5

footer-5

freddy/footer-5
FreeBlock

Sticky layered footer with gradient background, social icons, and animated link groups.

Install it

npx shadcn@latest add https://ui.arkcabin.com/r/footer-5.json

Source

registry/blocks/footer/5/sticky-footer.tsxui.arkcabin.com/r/footer-5.json · first 6 KB
1"use client";
2import {
3 FacebookIcon,
4 InstagramIcon,
5 LinkedinIcon,
6 YoutubeIcon,
7} from "lucide-react";
8import { motion, useReducedMotion } from "motion/react";
9import type React from "react";
10import { LogoIcon } from "@/components/logo";
11import { Button } from "@/components/ui/button";
12
13type FooterLink = {
14 title: string;
15 href: string;
16 icon?: React.ComponentType<{ className?: string }>;
17};
18type FooterLinkGroup = {
19 label: string;
20 links: FooterLink[];
21};
22
23export function StickyFooter() {
24 return (
25 <footer
26 className="relative h-[560px] w-full border-t"
27 style={{ clipPath: "polygon(0% 0, 100% 0%, 100% 100%, 0 100%)" }}
28 >
29 <div className="fixed bottom-0 h-[560px] w-full">
30 <div className="sticky top-[calc(100vh-560px)] h-full overflow-y-auto">
31 <div className="relative flex size-full flex-col justify-between gap-5 px-4">
32 <div
33 aria-hidden
34 className="absolute inset-0 isolate z-0 opacity-50 contain-strict dark:opacity-100"
35 >
36 <div className="-translate-y-87.5 -rotate-45 absolute top-0 left-0 h-320 w-140 rounded-full bg-[radial-gradient(68.54%_68.72%_at_55.02%_31.46%,theme(colors.foreground/6%)_0,hsla(0,0%,55%,.02)_50%,theme(colors.foreground/1%)_80%)]" />
37 <div className="-rotate-45 absolute top-0 left-0 h-320 w-60 rounded-full bg-[radial-gradient(50%_50%_at_50%_50%,theme(colors.foreground/4%)_0,theme(colors.foreground/1%)_80%,transparent_100%)] [translate:5%_-50%]" />
38 <div className="-translate-y-87.5 -rotate-45 absolute top-0 left-0 h-320 w-60 rounded-full bg-[radial-gradient(50%_50%_at_50%_50%,theme(colors.foreground/4%)_0,theme(colors.foreground/1%)_80%,transparent_100%)]" />
39 </div>
40 <div className="flex flex-col gap-8 pt-12 md:flex-row">
41 <AnimatedContainer className="w-full min-w-2xs max-w-sm space-y-4">
42 <LogoIcon className="size-6" />
43 <p className="mt-8 text-muted-foreground text-sm md:mt-0">
44 Innovative fintech empowering businesses with seamless
45 payments, lending, and financial infrastructure worldwide.
46 </p>
47 <div className="flex gap-2">
48 {socialLinks.map((link, index) => (
49 <Button
50 key={`social-${link.href}-${index}`}
51 size="icon-sm"
52 variant="outline"
53 >
54// … truncated

What it pulls in

npm packages

  • motion

Other registry items

  • button

Files it writes

  • registry/blocks/footer/5/sticky-footer.tsx
  • components/logo.tsx

Facts

Registry
freddy
Type
registry:block
Access
Free
Files written
2
Licence
NOASSERTION
First indexed
2026-08-04
Last confirmed
today

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
announcement-3announcement-3freddyBlocksFree1 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
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