Footer
Three-column footer with brand tagline, link groups, legal links, and copyright.
Installation
1
Run the CLI
$npx particleui-cli add footer
Usage
TSX
import { Footer } from "@/components/blocks/footer"
export default function Page() {
return <Footer />
}Props
| Prop | Type | Default | Required |
|---|---|---|---|
| brand | string | "ParticleUI" | no |
| tagline | string | "The component library that ships with you." | no |
| groups | FooterGroup[] | defaultGroups | no |
| legal | FooterLink[] | defaultLegal | no |
| copyright | string | `© ${new Date().getFullYear()} ParticleUI. Open source under MIT.` | no |
Details
Source filecomponents/blocks/footer.tsx
Typeblock
Categorieslayout, blocks
npm dependencies
Registry depsseparator
Claude skill—