0.0.3 • Published 4 years ago

gatsby-plugin-insites-ui v0.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

Gatsby Plugin Insites UI

A quick way to integrate insites-ui with your Gatsby project.

Installation

  1. Install the plugin and its peer dependencies.
$ yarn add gatsby-plugin-insites-ui insites-ui typeface-inter styled-components
  1. Add gatsby-plugin-insites-ui to your Gatsby config.
// gatsby-config.js
module.exports = {
  plugins: ['gatsby-plugin-insites-ui']
}
  1. Add Inter the typeface (or your custom one and customize the theme).
// gatsby-browser.js

import 'typeface-inter'
// gatsby-ssr.js

import 'typeface-inter'