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>
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.