https://github.com/adambco/gatsby-plugin-support-bubble
https://github.com/adambco/gatsby-plugin-support-bubble
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/adambco/gatsby-plugin-support-bubble
- Owner: AdamBCo
- Created: 2024-03-21T13:41:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-21T17:25:42.000Z (over 2 years ago)
- Last Synced: 2024-10-16T05:33:08.722Z (almost 2 years ago)
- Language: JavaScript
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gatsby-plugin-support-bubble
Easily add SupportBubble (supportbubble.io) to your Gatsby site.
## Install
`yarn add gatsby-plugin-support-bubble`
## Usage
```javascript
// In your gatsby-config.js
plugins: [
{
resolve: 'gatsby-plugin-support-bubble',
options: {
clientId: 'YOUR-CLIENT-ID',
clientToken: 'YOUR-CLIENT-TOKEN'
},
},
],
```