BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/launchui/footer

Footer

launchui/footer
FreeBlock

Website footer with navigation links, social icons, and theme toggle.

Live preview

live · rendered by the registry
Rendered by launchui on their own page — this is the component running, not a screenshot of it.

Install it

npx shadcn@latest add https://www.launchuicomponents.com/r/footer.json

Source

components/ui/footer.tsxwww.launchuicomponents.com/r/footer.json
1import * as React from "react";
2
3import { cn } from "@/lib/utils";
4
5function Footer({ className, ...props }: React.ComponentProps<"div">) {
6 return (
7 <div
8 data-slot="footer"
9 className={cn("bg-background text-foreground pt-12 pb-4", className)}
10 {...props}
11 />
12 );
13}
14
15function FooterContent({ className, ...props }: React.ComponentProps<"div">) {
16 return (
17 <div
18 data-slot="footer-content"
19 className={cn(
20 "grid grid-cols-2 gap-8 sm:grid-cols-3 md:grid-cols-4 lg:grid-cols-5",
21 className,
22 )}
23 {...props}
24 />
25 );
26}
27
28function FooterColumn({ className, ...props }: React.ComponentProps<"div">) {
29 return (
30 <div
31 data-slot="footer-column"
32 className={cn("flex flex-col gap-4", className)}
33 {...props}
34 />
35 );
36}
37
38function FooterBottom({ className, ...props }: React.ComponentProps<"div">) {
39 return (
40 <div
41 data-slot="footer-bottom"
42 className={cn(
43 "border-border dark:border-border/15 text-muted-foreground mt-8 flex flex-col items-center justify-between gap-4 border-t pt-4 text-xs sm:flex-row",
44 className,
45 )}
46 {...props}
47 />
48 );
49}
50
51export { Footer, FooterBottom, FooterColumn, FooterContent };

What it pulls in

npm packages

  • @radix-ui/react-icons
  • @radix-ui/react-dropdown-menu
  • next-themes

Other registry items

  • https://launchuicomponents.com/r/button.json

Files it writes

  • components/sections/footer/default.tsx
  • components/ui/footer.tsx
  • components/ui/mode-toggle.tsx
  • components/ui/button.tsx
  • components/ui/dropdown-menu.tsx
  • components/logos/launch-ui.tsx

Facts

Registry
launchui
Type
registry:block
Access
Free
Files written
6
Licence
the repository states none
First indexed
2026-08-02
Last confirmed
today

Go to the source

Docs on launchui www.launchuicomponents.com launch-ui/launchui on GitHub Raw registry item This item as JSON

More from launchui

All 24 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
Bento Gridbento-gridlaunchuiBlocksFree1 dep
CarouselcarousellaunchuiBlocksFree5 deps
CTA SectionctalaunchuiBlocksFree1 dep · 4 files
FAQ SectionfaqlaunchuiBlocksFree2 deps · 2 files
Feature SectionfeaturelaunchuiBlocksFree2 deps
GallerygallerylaunchuiBlocksFree2 deps
Hero SectionherolaunchuiBlocksFree3 deps · 8 files
Items SectionitemslaunchuiBlocksFree2 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