Skip to content
On this page

Text

A block of text separated by blank spaces.

Usage

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

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

Released under the MIT License.