1. Components
  2. Preview

Components

Preview

A preview text that will be displayed in the inbox of the recipient.

INFO

Email clients have this concept of “preview text” which gives insight into what’s inside the email before you open. A good practice is to keep that text under 90 characters.

Usage

        <script>
	import { Preview } from 'svelte-email';
</script>

<Preview preview="Welcome to svelte-email" />

      

Props

Name Type Required Default Description
preview
string true The preview text

Previous <- Link