This component renders a <p> element with default styles, including font size, line height, and margin, which can be customized via the style prop. Additional attributes can also be passed to the element.

Example Usage

@using BlazorEmail.Components

<Text style="color: #555;">
    This is a custom paragraph with modified text color.
</Text>