Components
Hr
Display a divider that separates content areas in your email.
Components
Display a divider that separates content areas in your email.
<script>
import { Hr } from 'svelte-email';
</script>
<Hr />
Name | Type | Required | Description |
---|---|---|---|
style |
object |
false |
Style object that will be applied to the hr element. |