Footer Complex

A comprehensive footer with newsletter signup, extensive navigation, and social media integration.

Configuring your account...

Please wait while we prepare everything for you

Usage

import FooterComplex from '@/components/bynanaui/footer-complex'

<FooterComplex
  companyName="LumeUI"
  description="Build beautiful UIs, effortlessly. The modern way to create stunning interfaces with smooth animations."
  newsletter={{
    title: "Stay updated",
    description: "Get the latest news and updates delivered to your inbox.",
    placeholder: "Enter your email",
    buttonText: "Subscribe"
  }}
  links={{
    product: [
      { name: "Features", url: "#features" },
      { name: "API Reference", url: "#api" }
    ]
  }}
/>

Props

PropTypeDefaultDescription
companyNamestring"LumeUI"Company name displayed in footer
descriptionstringDefault descriptionExtended company description
newsletterNewsletterConfigDefault newsletter configNewsletter signup configuration
linksExtendedFooterLinksDefault links objectExtended navigation links
socialExtendedSocialLinksDefault social linksSocial media platform URLs
copyrightstring"© 2024 LumeUI. All rights reserved."Copyright text
classNamestring""Additional CSS classes

NewsletterConfig Type

PropertyTypeDescription
titlestringNewsletter section title
descriptionstringNewsletter description text
placeholderstringEmail input placeholder
buttonTextstringSubscribe button text

Includes all FooterSimple links plus:

PropertyTypeDescription
legalArray<{name: string, url: string}>Legal and policy links

Includes all FooterSimple social links plus:

PropertyTypeDescription
youtubestringYouTube channel URL

Features

  • Newsletter Signup: Integrated email subscription form
  • Extended Navigation: Four categories of links (Product, Company, Support, Legal)
  • Enhanced Social Media: Support for five social platforms
  • Interactive Elements: Hover animations and form interactions
  • Comprehensive Layout: 12-column grid system for complex layouts
  • Professional Design: Suitable for enterprise and business websites