This component renders an <hr> tag, which acts as a divider in email templates. It supports additional attributes and custom styles.

Example Usage

@using BlazorEmail.Components

<Hr />

Default Styles

  • Width: 100% (the divider will span the entire width of its container)
  • Border: None (removes any default border)
  • BorderTop: 1px solid #eaeaea (adds a light gray top border for the divider)