Subscribe Form

SubscribeForm and SubscribeEmail are used to to create a subscribe form.

These components are not included in the above Template component

Example:

<template>
  <SubscribeForm>
    <SubscribeEmail />
    <!-- rembmber to create a submit button -->
    <button type="submit">Submit</button>
  </SubscribeForm>
</template>
Edit this page on GitHub Updated at Sun, Nov 20, 2022