1.0.1 • Published 1 year ago

gatsby-plugin-support-bubble v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

gatsby-plugin-support-bubble

Easily add SupportBubble (supportbubble.io) to your Gatsby site.

Install

yarn add gatsby-plugin-support-bubble

Usage

// In your gatsby-config.js
plugins: [
  {
    resolve: 'gatsby-plugin-support-bubble',
    options: {
      clientId: 'YOUR-CLIENT-ID',
      clientToken: 'YOUR-CLIENT-TOKEN'
    },
  },
],
1.0.1

1 year ago

1.0.0

1 year ago