gatsby-plugin-insites-ui
v0.0.3
Published
A quick way to integrate `insites-ui` with your Gatsby project.
Downloads
4
Readme
Gatsby Plugin Insites UI
A quick way to integrate insites-ui
with your Gatsby project.
Installation
- Install the plugin and its peer dependencies.
$ yarn add gatsby-plugin-insites-ui insites-ui typeface-inter styled-components
- Add
gatsby-plugin-insites-ui
to your Gatsby config.
// gatsby-config.js
module.exports = {
plugins: ['gatsby-plugin-insites-ui']
}
- Add Inter the typeface (or your custom one and customize the theme).
// gatsby-browser.js
import 'typeface-inter'
// gatsby-ssr.js
import 'typeface-inter'