1. Components
  2. Hr

Components

Hr

Display a divider that separates content areas in your email.

Usage

        <script>
	import { Hr } from 'svelte-email';
</script>

<Hr />

      

Props

Name Type Required Description
style
object false Style object that will be applied to the hr element.