This component renders a <table> element within the email template. The table is aligned to the center and has a default maximum width of 37.5em, which can be adjusted through the style prop.

Example Usage

@using BlazorEmail.Components

<Container>
    <p>Hello world!</p>
</Table>