Floating Particle Footer
spectrumui/floatingparticle-footerFreeComponent
component for the Floating Particle Footer
Install it
npx shadcn@latest add https://ui.spectrumhq.in/r/floatingparticle-footer.jsonSource
1"use client";23import React from "react";4import { Button } from "@/components/ui/button";5import { Input } from "@/components/ui/input";6import { Label } from "@/components/ui/label";7import { Facebook, Instagram, Linkedin, Twitter } from "lucide-react";89export default function GradientFooter() {10 return (11 <footer className="relative py-12 overflow-hidden border-t bg-background text-foreground">12 <div13 aria-hidden14 className="pointer-events-none absolute top-0 left-1/2 -translate-x-1/215 w-[600px] h-[300px] rounded-full blur-3xl16 bg-linear-to-b from-primary/6 to-transparent"17 />18 <div className="container relative z-10 mx-auto px-4 md:px-6">19 <div className="grid gap-8 sm:grid-cols-2 lg:grid-cols-4">20 <div className="space-y-4">21 <h2 className="text-2xl font-bold">Stay Connected</h2>22 <form className="space-y-2">23 <div className="space-y-1">24 <Label htmlFor="email">Email</Label>25 <Input26 id="email"27 placeholder="Enter your email"28 type="email"29 />30 </div>31 <Button type="submit" className="w-full">32 Subscribe33 </Button>34 </form>35 </div>36 <div>37 <h3 className="mb-4 text-lg font-semibold">Quick Links</h3>38 <nav className="space-y-2 text-muted-foreground">39 <a href="#" className="block transition-colors hover:text-foreground">40 Home41 </a>42 <a href="#" className="block transition-colors hover:text-foreground">43 About Us44 </a>45 <a href="#" className="block transition-colors hover:text-foreground">46 Services47 </a>48 <a href="#" className="block transition-colors hover:text-foreground">49 Products50 </a>51 <a href="#" className="block transition-colors hover:text-foreground">52 Contact53 </a>54 </nav>55 </div>56 <div>57 <h3 className="mb-4 text-lg font-semibold">Contact Us</h3>58 <address className="space-y-2 not-italic text-muted-foreground">59 <p>123 Innovation Street</p>60 <p>Tech City, TC 12345</p>61 <p>Phone: (123) 456-7890</p>62 <p>Email: hello@example.com</p>63// … truncated
What it pulls in
npm packages
Other registry items
Files it writes
More from spectrumui
All 182 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| Accordionaccordion | spectrumui | Components | Free | no deps | |
| Alert demoalert-1 | spectrumui | Components | Free | 1 dep | |
| Alert 2alert-2 | spectrumui | Components | Free | no deps | |
| Alert 3alert-3 | spectrumui | Components | Free | 1 dep | |
| Alert 4alert-4 | spectrumui | Components | Free | 1 dep | |
| Animated Cardanimated-card | spectrumui | Components | Free | 1 dep · 2 files | |
| Animated Draweranimated-drawer | spectrumui | Components | Free | 4 deps | |
| Animated SVG Chartanimated-SVG-chart | spectrumui | Components | Free | 1 dep |
