<SectionMailSubscription />

The SectionMailSubscription is a user interface element that facilitates the collection of email addresses from users who wish to receive updates, newsletters, or notifications from a website or service

The component is located in the @/components/global/Section/MailSubcription directory. To use the component, import it into your file:

import SectionMailSubscription from '/components/global/Section/MailSubcription';

Usage

Add it to your template:

<SectionMailSubscription />

Properties

Config

For configuration's component, visit Config documentation.

Table of Contents