Skip to content
On this page

Hr

Display a divider that separates content areas in your email.

Usage

vue
<template>
  <e-hr />
</template>

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

Released under the MIT License.