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>
  <EText>My text</EText>
</template>