1. Docs

Container

Use this if you do not want to keep setting the max width for each div.

Usage

<script>
  import Container from '$lib/dist/components/Container.svelte';
</script>

<Container id="features">
  <Features />
</Container>