🚀
eziSaas
Github Repository
  • Welcome
  • 📕GUIDES
    • Getting Started
    • Environment Variables Setup
  • 🖥️SERVER
    • Overview
    • /config/mail.js
    • /controllers/authController.js
    • /routes/payment.js
    • /routes/webhook.js
  • 📦Components & PAGES
    • Landing
      • Navbar
      • CheckoutButton
      • Hero
      • SellingPoints
        • SellingPoint
        • Filter
      • Title
        • OfferPill
      • Video
      • Pricing
        • PricingCard
      • Faq
        • Accordion
      • FinalMessage
      • Footer
        • FooterSection
    • Login
    • Success
    • Failure
    • Dashboard
      • ChangePassword
  • OTHER
    • Github Repository
Powered by GitBook
On this page
  1. Components & PAGES
  2. Landing

Footer

PreviousFinalMessageNextFooterSection

Last updated 6 months ago

The Footer component provides a structured footer for the application, including branding, copyright information, and organized links for navigation and legal references. This component serves as the final section on the landing page.

Props

The Footer component does not accept any props.

Dependencies

  • React Icons: Uses IoIosApps as the app icon within the branding area.

  • Internal Components:

    • : Displays grouped links under a title, organizing the footer into different sections.

Key Style Classes

  • Container Styles:

    • w-full flex justify-center py-10 border-t border-neutral-900: Creates a full-width footer with top border and padding for spacing.

    • flex flex-col gap-10 md:flex-row: Arranges content in a column on smaller screens and in a row on larger screens for a responsive layout.

  • Branding:

    • flex gap-2 justify-center items-center: Centers the app icon and name in a compact layout.

    • Text: font-semibold text-lg for the app name and text-neutral-500 font-light text-sm for the copyright.

Usage Example

// Usage of Footer component at the bottom of the main layout or page
<Footer />

Additional Notes

  • Responsive Layout:

    • The footer layout adapts for mobile and desktop views, positioning items in a column on mobile and row on desktop to optimize space.

  • Footer Sections:

  • Branding Icon:

    • The appIcon (an instance of IoIosApps) visually represents the application next to the app name, enhancing brand identity within the footer.


This documentation provides a comprehensive overview of the Footer component.

The component organizes links into categories such as "Links," "Legal," and "More" for intuitive navigation.

Links are customizable and can be modified by changing the links array passed to each .

📦
FooterSection
FooterSection
FooterSection