This component renders a hidden preview of a text block within an email template. It ensures that even if the text is shorter than the defined maximum preview length, invisible whitespace characters fill up the space to maintain consistent layout behavior across email clients.

Example Usage

@using BlazorEmail.Components

<Preview Text="Hello world"/>

Props

Text
string
default: ""

The text content that will be previewed.