Skip to content
On this page

Container

A layout component that centers all the email content.

Usage

vue
<template>
  <e-container>
    <e-button href="https://vuejs.org" style="color: #61dafb">Click</e-button>
  </e-container>
</template>

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

Released under the MIT License.