1. Components
  2. Container

Components

Container

A layout component that centers all the email content.

Usage

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

<Container>
	<!-- ... -->
</Container>