Skip to content
On this page

Button

A link that is styled to look like a button.

Usage

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

<script setup>
import { EButton } from 'vue-email';
</script>
NametypedefaultRequiredDescription
hrefstring-trueLink to be triggered when the button is clicked
targetstring_blankfalseSpecify the target attribute for the button link

Released under the MIT License.