Layout

Layout

Gatsby Theme Aoi Layout is a simple layout built with MUI including <AppBar>, <Drawer>, <BottomNavigation>, <Fab>.

import { Layout } from '@cieloazul310/gatsby-theme-aoi';

function Page() {
  return (
    <Layout title="Page Title">
      {children}
    </Layout>
  );
}

export default Page;

Layout examples

Tab layout
Full width layout

Gatsby Theme Aoi

© 2023 @cieloazul310 All rights reserved. Built with Gatsby
TopTips