
---
menu: Templates
name: Page
route: /page
---

import { Playground, PropsTable } from 'docz';
import Page from '.';

# Page

## Use cases

<div>
  <Page />
</div>

## PropsTable

<PropsTable of={Page} />

## Playground

<Playground>
  <Page />
</Playground>