Migrate to Netlify Today

Netlify announces the next evolution of Gatsby Cloud. Learn more

ContactSign Up
Community Plugin
View plugin on GitHub

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'
© 2023 Gatsby, Inc.