Components

HTML

A Vue html component to wrap emails.

Usage

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

<script setup>
import { EButton, EHtml } from 'vue-email'
</script>

<template>
  <EHtml lang="en">
    <EButton href="https://example.com" style="color: #61dafb">
      Click me
    </EButton>
  </EHtml>
</template>

Props

lang
string

Identify the language of text content on the email

dir
string

Identify the direction of text content on the email