Skip to content

Instantly share code, notes, and snippets.

@srph
Last active July 24, 2018 21:36
Show Gist options
  • Save srph/07d3b96d7506ee951741a53687a049d3 to your computer and use it in GitHub Desktop.
Save srph/07d3b96d7506ee951741a53687a049d3 to your computer and use it in GitHub Desktop.
const layout = (
<BaseLayout>
<BaseLayout.Header>
<h1>Here might be a page title</h1>
</BaseLayout.Header>
<BaseLayout.Body>
<p>A paragraph for the main content.</p>
<p>And another one.</p>
</BaseLayout.Body>
<BaseLayout.Footer>
<p>Place some contact info here.</p>
</BaseLayout.Footer>
</BaseLayout>
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment