Skip to content
On this page

Row

Display a block that separates content areas horizontally in your email

Usage

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

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

Released under the MIT License.