0.0.3 • Published 6 years ago

react-static-plugin-intercom v0.0.3

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

react-static-plugin-google-analytics

A React-Static plugin that adds Intercom

Installation

In an existing React-Static site run:

$ yarn add react-static-plugin-intercom

Then add the plugin to the default export of your static.config.js and specify your Intercom APP ID inside an options variable:

export default {
  plugins: [
    ["react-static-plugin-intercom", {id: 'Intercom APP ID'}]
  ]
};

For more info on React-Static plugins see the docs.

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago