Layout

The <HomeLayout/> is used on every page to render the nav, footer and children. It's also used to set the Google font.

<HomeLayout>
...children
</HomeLayout>

Props

PropDescriptionRequired

transparent

passed to the nav to remove the background

optional

boolean

Last updated