This component no longer exists. It was in sv-blocks’s manifest when we first indexed it and is not there now — the registry served its inventory on 2026-08-05 and this item was not on it. The install command below will fail. It is kept here because a tutorial somewhere still tells people to run it.
footer-five
sv-blocks/footer-fiveRemovedBlock
Veil Footer component, variant Five.
Install it
npx shadcn@latest add https://sv-blocks.vercel.app/r/footer-five.jsonSource
1<script>2 import Button from "$COMPONENTS$/ui/button/button.svelte";3 import Input from "$COMPONENTS$/ui/input/input.svelte";4 import Label from "$COMPONENTS$/ui/label/label.svelte";56 const enterpriseLinks = [7 { href: "#", label: "About" },8 { href: "#", label: "Customers" },9 { href: "#", label: "Enterprise" },10 { href: "#", label: "Partners" },11 { href: "#", label: "Jobs" },12 ];1314 const productLinks = [15 { href: "#", label: "Security" },16 { href: "#", label: "Customization" },17 { href: "#", label: "Enterprise" },18 { href: "#", label: "Partners" },19 ];2021 const docsLinks = [22 { href: "#", label: "Introduction" },23 { href: "#", label: "Installation" },24 { href: "#", label: "Utils" },25 { href: "#", label: "Principles" },26 { href: "#", label: "Jargon" },27 { href: "#", label: "Plugin" },28 { href: "#", label: "Customizer" },29 { href: "#", label: "Boilerplates" },30 ];3132 const communityLinks = [33 { href: "#", label: "GitHub" },34 { href: "#", label: "Discord" },35 { href: "#", label: "Slack" },36 { href: "#", label: "X / Twitter" },37 ];3839 const footerLinks = [40 {41 name: "Enterprise",42 links: enterpriseLinks,43 },44 {45 name: "Product",46 links: productLinks,47 },48 {49 name: "Docs",50 links: docsLinks,51 },52 ];53</script>5455<footer class="m-1 rounded-3xl border">56 <div class="mx-auto max-w-5xl space-y-16 px-5 py-16">57 <div class="flex flex-wrap items-center justify-between gap-4 border-b pb-8">58 <a href="/" aria-label="go home">59 <svg60 xmlns="http://www.w3.org/2000/svg"61 width="22"62 height="22"63 viewBox="0 0 24 24"64 fill="none"65 role="img"66 color="currentColor"67 >68 <path69 d="M22 18C22 19.4001 22 20.1002 21.7275 20.635C21.4878 21.1054 21.1054 21.4878 20.635 21.7275C20.1002 22 19.4001 22 18 22C16.5999 22 15.8998 22 15.365 21.7275C14.8946 21.4878 14.5122 21.1054 14.2725 20.635C14 20.1002 14 19.4001 14 18C14 16.5999 14 15.8998 14.2725 15.365C14.5122 14.8946 14.8946 14.5122 15.365 14.2725C15.8998 14 16.5999 14 18 14C19.4001 14 20.1002 14 20.635 14.2725C21.1054 14.5122 21.4878 14.8946 21.7275 15.365C22 15.8998 22 16.5999 22 18Z"70 stroke="currentColor"71 stroke-width="1.5"72 ></path>73 <path74// … truncated
What it pulls in
Other registry items
