Skip to main content
ParticleUI

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

PropTypeDefaultRequired
brandstring"ParticleUI"no
taglinestring"The component library that ships with you."no
groupsFooterGroup[]defaultGroupsno
legalFooterLink[]defaultLegalno
copyrightstring`© ${new Date().getFullYear()} ParticleUI. Open source under MIT.`no

Details

Source filecomponents/blocks/footer.tsx
Typeblock
Categorieslayout, blocks
npm dependencies
Registry depsseparator
Claude skill