components

Text

A block of text separated by blank spaces.

Usage

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

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

<template>
  <e-text>My text</e-text>
</template>