@maillayers/templates
v0.1.2
Published
Starter email templates and lazy loaders for MailLayers
Readme
@maillayers/templates
Starter email templates and lazy loaders for the MailLayers editor.
Install
npm install @maillayers/templatesInstalled automatically with @maillayers/core.
Load a template
import { loadTemplate, templateCatalog } from "@maillayers/templates/loaders";
const template = await loadTemplate("ml-brand-onboard-workspace");
if (template) editor.load(template);Catalog IDs
| ID | Name |
|----|------|
| ml-brand-onboard-workspace | SaaS Onboarding |
| ml-brand-verify-signin | Account Verification |
| ml-brand-secure-reset | Password Reset |
| ml-brand-billing-statement | Invoice Receipt |
| ml-brand-revenue-followup | CRM Follow-up |
| ml-brand-talent-intro | Recruiting Outreach |
| ml-brand-listing-brief | Property Update |
| ml-brand-product-launch | Marketing Campaign |
| ml-empty-canvas | Empty Canvas |
List metadata: import { templateCatalog } from "@maillayers/templates/meta".
Docs
License
MIT
