Skip to content

Footer Component

The Footer component is a reusable component designed to display a footer section in your app. This component can be easily integrated into any part of your application. It is completely customizable.

UI Preview

Faq section - Web Light

Usage

To use the Footer component, import it. Here is a basic example:

import React from "react";
import Footer from "@app-launch-kit/components/custom/footer/BasicFooter";
export const FooterComponent = () => {
return <Footer />;
};