build69
build69  /  Components  /  Site  /  EmailTemplates

EmailTemplates

v1.0.13Updated 27 Aug 2026

Transactional / marketing email templates — welcome, verify, receipt, invoice, newsletter and notification layouts. Copy-paste blocks; baked-in demo content (edit the JSX to customise).

Preview

Live · 17 stories
WelcomeOpen ↗
Why this is recommendedemailtemplatestransactionalnewsletter+3

EmailTemplates — welcome.

Recommended for+14
  • Transactional / marketing email templates
  • Email design references
Tags+6
emailtemplatestransactionalnewsletterreceiptpagewelcome
Features+4
  • Welcome, verify, password-reset, receipt, invoice and newsletter templates
  • Order-shipped / invitation / report variants
  • Self-contained — no required props
Not recommended for−2
  • In-app screens

Install

Ask your agent, or call the MCP tool directly. The resolved bundle is written into your project.

get_registry_item({ name: "EmailTemplates" })

Usage

import { EmailWelcome } from '@/components/pages/email-templates';

<EmailWelcome />

Tick variants in the left menu — each adds a tab with that variant’s real story source, the same code the preview above renders.

Props

PropTypeRequired
className

Optional wrapper class override (copy-paste block, baked-in content)

string

Related