Components

Link

A hyperlink to web pages, email addresses, or anything else a URL can address.

Usage

Add the component to your email template. Include styles where needed.

<script setup>
import { ELink } from 'vue-email'
</script>

<template>
  <ELink href="https://vuejs.org">
    Go to vue
  </ELink>
</template>

Props

hrefrequired
string

Link to be triggered when the button is clicked

target
string

Specify the target attribute for the button link