PageBody

A wrapper around your pages content.

Usage

Use the PageBody component in the default slot of a Page.

This wrapper will add some spacing to your content.

<template>
  <Page>
    <PageBody>
      // page content
    </PageBody>
  </Page>
</template>