Footer Simple

A clean and minimal footer component with company info, navigation links, and social media icons.

Configuring your account...

Please wait while we prepare everything for you

Usage

import FooterSimple from '@/components/bynanaui/footer-simple'

<FooterSimple
  companyName="LumeUI"
  description="Build beautiful UIs, effortlessly."
  links={{
    product: [
      { name: "Features", url: "#features" },
      { name: "Pricing", url: "#pricing" }
    ],
    company: [
      { name: "About", url: "#about" },
      { name: "Blog", url: "#blog" }
    ]
  }}
  social={{
    twitter: "https://twitter.com",
    github: "https://github.com"
  }}
/>

Props

PropTypeDefaultDescription
companyNamestring"LumeUI"Company name displayed in footer
descriptionstring"Build beautiful UIs, effortlessly."Company description
linksFooterLinksDefault links objectNavigation links organized by category
socialSocialLinksDefault social linksSocial media platform URLs
copyrightstring"© 2024 LumeUI. All rights reserved."Copyright text
classNamestring""Additional CSS classes
PropertyTypeDescription
productArray<{name: string, url: string}>Product-related links
companyArray<{name: string, url: string}>Company-related links
supportArray<{name: string, url: string}>Support-related links
PropertyTypeDescription
twitterstringTwitter profile URL
linkedinstringLinkedIn profile URL
githubstringGitHub profile URL
discordstringDiscord server URL

Features

  • Responsive Layout: Adapts from single column to multi-column layout
  • Social Icons: Built-in SVG icons for major social platforms
  • Hover Animations: Smooth transitions and scale effects
  • Organized Links: Categorized navigation with clear sections
  • Clean Design: Minimal aesthetic with proper spacing and typography