gatsby-plugin-insites-ui

0.0.3 • Public • Published

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'

Readme

Keywords

Package Sidebar

Install

npm i gatsby-plugin-insites-ui

Weekly Downloads

1

Version

0.0.3

License

MIT

Unpacked Size

2.27 kB

Total Files

7

Last publish

Collaborators

  • tmarciniakm