Components
Hr
A divider component for rendering horizontal rules in email templates.
This component renders an <hr>
tag, which acts as a divider in email templates. It supports additional attributes and custom styles.
Example Usage
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)