ListmonkForm

Usage

ListmonkForm component doesn't accepts props to protect the logic behind subscription process, but you can customize it according to your needs.

<template>
  <ListmonkForm>
    <!-- Whatever you want! -->
  </ListmonkForm>
</template>
<template>
  <ListmonkForm class="form">
    <!-- Whatever you want! -->
  </ListmonkForm>
</template>

<style scoped>
  .form {
    ...
  }
</style>
Must have at least one input, the e-mail field being.

Events

ListmonkForm component emits only one event:

subscribed

Event fired after the form has been submitted.

Table of Contents