Community Plugin
View plugin on GitHub@reflexjs/gatsby-theme-base
This is the base theme used by @reflexjs/gatsby-starter-base. It bundles components, blocks, navs and pages. This is a good starting point for your site.
This theme also include the base preset.
Installation
npm i @reflexjs/gatsby-theme-baseConfiguration
// gatsby-config.js
module.exports = {
plugins: [`@reflexjs/gatsby-theme-base`],
}