Tempo.Blazor.EmailTemplates 2.8.24

dotnet add package Tempo.Blazor.EmailTemplates --version 2.8.24
                    
NuGet\Install-Package Tempo.Blazor.EmailTemplates -Version 2.8.24
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Tempo.Blazor.EmailTemplates" Version="2.8.24" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Tempo.Blazor.EmailTemplates" Version="2.8.24" />
                    
Directory.Packages.props
<PackageReference Include="Tempo.Blazor.EmailTemplates" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Tempo.Blazor.EmailTemplates --version 2.8.24
                    
#r "nuget: Tempo.Blazor.EmailTemplates, 2.8.24"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Tempo.Blazor.EmailTemplates@2.8.24
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Tempo.Blazor.EmailTemplates&version=2.8.24
                    
Install as a Cake Addin
#tool nuget:?package=Tempo.Blazor.EmailTemplates&version=2.8.24
                    
Install as a Cake Tool

Tempo.Blazor.EmailTemplates

A visual, drag-and-drop email template editor component for Tempo.Blazor. Built entirely on Tempo.Blazor components — no MudBlazor or Syncfusion dependency.

Features

  • TmEmailTemplateEditor — three-panel editor (toolbox · canvas · properties).
  • Full MJML 4 parity — every block, every attribute, the complete <mj-head> section.
  • Bidirectional MJML — import existing MJML templates and export back losslessly.
  • Scriban variables — variable picker, live preview, sample-data generation.
  • Live preview — sandboxed desktop / mobile preview with plain-text view.
  • Undo/redo, copy/paste, autosave, keyboard shortcuts, localization (EN/CS/FR) and design-token theming.

Installation

dotnet add package Tempo.Blazor.EmailTemplates

Registration

services.AddTempoEmailTemplates();

Usage

<TmEmailTemplateEditor @bind-Document="document" OnSave="SaveAsync" />

The consuming application supplies an IEmailTemplateStore (persistence) and an IEmailSender (delivery) from Tempo.Blazor.EmailTemplates.Abstractions.

Quick-start and full API docs are filled in as the package matures (see the implementation plan).

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
2.8.24 0 8/26/2026
2.8.23 0 8/26/2026
2.8.22 24 8/26/2026
2.8.21 83 8/23/2026
2.8.20 81 8/22/2026
2.8.19 86 8/19/2026
2.8.18 83 8/18/2026
2.8.16 89 8/12/2026
2.8.14 89 8/9/2026
2.8.13 87 8/9/2026
2.8.12 85 8/8/2026
2.8.11 91 8/8/2026
2.8.10 82 8/7/2026
2.8.9 90 8/7/2026
2.8.8 87 8/7/2026
2.8.7 81 8/7/2026
2.8.4 92 7/29/2026
2.8.3 96 7/26/2026
2.8.1 96 7/26/2026
2.8.0 95 7/25/2026
Loading failed