Raw

A component that allows the inclusion of raw HTML content that will be left untouched by the email rendering process. Useful for including custom HTML markup or legacy email code that should bypass processing.

<Raw>
  <h1>Hello World</h1>
  <span>
    <p>Paragraph</p>
  </span>
</Raw>
PropTypeDefaultUnitDescription
childrenSnippet--Raw HTML content to be rendered without processing
Use this component sparingly and only when other sailor components cannot achieve the desired layout or functionality. It's particularly useful for email client-specific conditional comments, legacy email code, or custom HTML that needs to remain unchanged during processing.