Skip to content

Subscribe to Newsletter Component

The Newsletter component is a reusable component designed to display a newsletter signup form. 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 Newsletter component, import it. Here is a basic example:

import React from "react";
import Newsletter from "@app-launch-kit/components/custom/newsletter/BasicNewsletter";
export const NewsletterComponent = () => {
return <Newsletter />;
};