3.4.0 • Published 5 months ago

@cieloazul310/gatsby-theme-aoi-layout v3.4.0

Weekly downloads
-
License
ISC
Repository
github
Last release
5 months ago

@cieloazul310/gatsby-theme-aoi-layout

A layout component for @cieloazul310/gatsby-theme-aoi

Layout component

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

Main package @cieloazul310/gatsby-theme-aoi includes a following component.

<Layout>

LayoutProps

  • children (Required): React.ReactNode
  • title?: string
  • description?: string
  • keywords?: string[]
  • image?: string
  • loading?: boolean
  • componentViewports?: Partial<ComponentViewports>
  • drawerWidth?: number
  • tabSticky?: boolean
  • drawerContents?: React.ReactNode
  • tabs?: React.ReactNode
  • bottomNavigation?: React.ReactNode
  • fab?: React.ReactNode

ComponentViewports

Component viewports is a configuration for <SwipeableDrawer> <PermanentDrawer> <BottomNavigation> <Fab> viewports.

keydefault
swipeableDrawer"smDown"
permanentDrawer"mdUp"
bottomNav"xsDown"
fab"smDown"

MUI breakpoints (ex. "smDown", "mdUp") or boolean

Shadowing components

.
├── BottomNav
│   └── index.tsx
├── DrawerInner
│   ├── Contents.tsx
│   ├── DrawerFooter.tsx
│   ├── DrawerSharer.tsx
│   ├── StateHandler.tsx
│   └── index.tsx
├── Fab
│   └── index.tsx
├── Footer
│   ├── Copyrights.tsx
│   ├── Socials.tsx
│   └── index.tsx
├── FooterMenu
│   └── index.tsx
├── Header
│   ├── ButtonLeft.tsx
│   ├── ButtonRight.tsx
│   ├── ShareButtons.tsx
│   └── index.tsx
├── SEO
│   └── index.tsx
├── TabContainer
│   └── index.tsx
├── index.tsx
└── menu.tsx

https://github.com/cieloazul310/gatsby-aoi/tree/main/packages/gatsby-theme-aoi-layout/src

Gatsby Theme Aoi packages

References

3.4.0

5 months ago

3.3.0

6 months ago

3.2.2

1 year ago

3.2.1

1 year ago

3.2.0

1 year ago

3.1.1

1 year ago

3.1.0

1 year ago

3.0.1

1 year ago

3.2.3

1 year ago

3.0.0

1 year ago

2.11.0

1 year ago

2.10.1

1 year ago

3.0.0-alpha.6

2 years ago

3.0.0-alpha.1

2 years ago

3.0.0-alpha.0

2 years ago

3.0.0-alpha.3

2 years ago

2.9.0

1 year ago

3.0.0-alpha.4

2 years ago

2.9.2

1 year ago

2.3.0

2 years ago

2.2.0

2 years ago

2.4.1

2 years ago

2.3.1

2 years ago

2.1.5

2 years ago

2.1.1

2 years ago

2.0.0

2 years ago

1.7.1

2 years ago

1.7.0

2 years ago

1.6.1

2 years ago

1.6.0

2 years ago

1.5.0

2 years ago

1.4.0

2 years ago

1.3.5

2 years ago

1.3.4

2 years ago

1.3.3

2 years ago

1.3.2

2 years ago

1.3.1

2 years ago

1.3.0

2 years ago