@reflexjs/gatsby-theme-base
v0.6.4
Published
A base theme that bundles other themes.
Downloads
6
Maintainers
Readme
@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-base
Configuration
// gatsby-config.js
module.exports = {
plugins: [`@reflexjs/gatsby-theme-base`],
}