gatsby-theme-catalyst-header-top
Sibling theme for gatsby-theme-catalyst-core
which adds a traditional site header and navbar using latent component shadowing. Branding on the left, navigation on the right. Theme options are set set via gatsby-theme-catalyst-core
, for example setting displaySiteTitle: false
and displaySiteTitleMobile: false
will only show the logo for branding.
Demos
Catalyzing Start
gatsby new catalyst https://github.com/ehowey/gatsby-starter-catalyst
Theme Options
Option | Values | Description |
---|---|---|
useStickyHeader | true or false | Defaults to false, controls whether the header is sticky or static |
useHeaderSocialLinks | true or false | Defaults to true, controls whether the social links are displayed or not |
useColorMode | true or false | Defaults to true, controls whether the dark mode toggle is available. |