Components

Code Inline

Display a predictable inline code HTML element that works on all email clients.

Usage

Add the component to your email template. Include styles where needed.

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

<template>
  <ECodeInline>@vue-email/nuxt</ECodeInline>
</template>