Library
Minimal Footer
Minimal Footer
Clean centered footer with logo, horizontal link row, social icon row, and copyright text. Perfect for simple sites.
footerminimalcenteredclean
Installation
bash
# Copy minimal-footer.tsx to your project
cp components/ui/minimal-footer.tsx your-project/components/ui/minimal-footer.tsxHow to use
tsx
import { MinimalFooter } from "@/components/ui/minimal-footer";tsx
<MinimalFooter
logo="Brand"
links={[
{ label: "Home", href: "/" },
{ label: "About", href: "/about" },
{ label: "Contact", href: "/contact" },
]}
bottomText="© 2025 Brand Inc."
/>Dependencies
Exports
MinimalFooterFile
components/ui/minimal-footer.tsxPreview
Minimal Footer
Clean centered footer with logo, horizontal link row, social icon row, and copyright text. Perfect for simple sites.
footerminimalcenteredclean
Installation
bash
# Copy minimal-footer.tsx to your project
cp components/ui/minimal-footer.tsx your-project/components/ui/minimal-footer.tsxHow to use
tsx
import { MinimalFooter } from "@/components/ui/minimal-footer";tsx
<MinimalFooter
logo="Brand"
links={[
{ label: "Home", href: "/" },
{ label: "About", href: "/about" },
{ label: "Contact", href: "/contact" },
]}
bottomText="© 2025 Brand Inc."
/>Dependencies
Exports
MinimalFooterFile
components/ui/minimal-footer.tsx